Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dwatch.rs210 is_notified: bool, field
242 pub fn is_notified(&self) -> bool { in is_notified() method
304 pub fn is_notified(&self) -> Result<bool, RecvError> { in is_notified() method
438 let is_notified = self.version != value_version; in borrow() localVariable
476 let is_notified = self.version != value_version; in borrow_notify() localVariable