Searched refs:ThreadNotify (Results 1 – 1 of 1) sorted by relevance
45 pub(crate) struct ThreadNotify { struct57 static CURRENT_THREAD_NOTIFY: Arc<ThreadNotify> = Arc::new(ThreadNotify { argument63 impl ArcWake for ThreadNotify { implementation