Home
last modified time | relevance | path

Searched defs:is_cancel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dworker.rs228 is_cancel: bool, field
274 fn is_cancel(&self) -> bool { in is_cancel() method
H A Dasync_pool.rs42 is_cancel: AtomicBool, field
87 pub(crate) fn is_cancel(&self) -> bool { in is_cancel() method