Searched defs:BigNotify (Results 1 – 1 of 1) sorted by relevance
336 pub(super) struct BigNotify { struct338 next: std::sync::atomic::AtomicUsize,339 inner: [Notify; 8],342 impl BigNotify { impl