Searched refs:NotifyHandle (Results 1 – 2 of 2) sorted by relevance
28 pub struct NotifyHandle<T> { struct34 impl<T> NotifyHandle<T> { impl35 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()
2 spawn as spawn01, Notify as Notify01, NotifyHandle as NotifyHandle01,