Searched defs:WakerList (Results 1 – 1 of 1) sorted by relevance
32 pub(crate) struct WakerList { struct37 /// Safety: `WakerList` is not `Sync` and `Send` because of `UnsafeCell`. argument40 unsafe impl Sync for WakerList {} implementation41 unsafe impl Send for WakerList {} implementation43 impl WakerList { impl