Searched refs:NotifierChain (Results 1 – 1 of 1) sorted by relevance
19 struct NotifierChain<T>(Vec<Arc<dyn NotifierBlock<T>>>); struct21 impl<T> NotifierChain<T> { implementation99 pub struct AtomicNotifierChain<T>(SpinLock<NotifierChain<T>>);103 Self(SpinLock::new(NotifierChain::<T>::new())) in new()137 pub struct BlockingNotifierChain<T>(RwLock<NotifierChain<T>>);141 Self(RwLock::new(NotifierChain::<T>::new())) in new()174 pub struct RawNotifierChain<T>(NotifierChain<T>);178 Self(NotifierChain::<T>::new()) in new()