Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Datomic_waker.rs76 pub(crate) fn take_waker(&self) -> Option<Waker> { in take_waker() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs99 pub(crate) fn take_waker(&mut self) -> Option<Waker> { in take_waker() method