MCPcopy Create free account
hub / github.com/YuminosukeSato/ironkernel / done

Method done

src/python/py_task.rs:79–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

77 }
78
79 pub(crate) fn done(&self) -> bool {
80 match &self.inner {
81 TaskInner::Native(handle) => handle.is_done(),
82 TaskInner::Callable(handle) => handle.is_done(),
83 }
84 }
85
86 pub(crate) fn cancel_inner(&self) -> bool {
87 match &self.inner {

Callers 1

is_doneMethod · 0.80

Calls 1

is_doneMethod · 0.45

Tested by

no test coverage detected