Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dblock_on.rs61 pub(crate) fn notified(&self) { in notified() method
77 fn notified(&self) { in notified() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dwatch.rs400 pub async fn notified(&mut self) -> Result<(), RecvError> { in notified() method