Searched refs:BlockingNotifierChain (Results 1 – 2 of 2) sorted by relevance
28 - `BlockingNotifierChain`:可阻塞的通知链,可以睡眠,建议用在进程上下文。33   `BlockingNotifierChain` 暂时没实现可睡眠的功能。
137 pub struct BlockingNotifierChain<T>(RwLock<NotifierChain<T>>); struct139 impl<T> BlockingNotifierChain<T> { implementation