Home
last modified time | relevance | path

Searched refs:NotifyHandle (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/task/
Dmod.rs28 pub struct NotifyHandle<T> { struct
34 impl<T> NotifyHandle<T> { impl
35 fn new() -> NotifyHandle<T> { in new()
36 NotifyHandle { in new()
51 type Inner<T> = Mutex<NotifyHandle<T>>;
54 Arc::new(Mutex::new(NotifyHandle::new())) in new_inner()
/external/rust/crates/futures-util/src/compat/
Dcompat01as03.rs2 spawn as spawn01, Notify as Notify01, NotifyHandle as NotifyHandle01,