pub type WakerQueue = SingleSlotQueue<Waker>;
Expand description
Short-hand for a single waker queue.
Aliased Typeยง
pub struct WakerQueue { /* private fields */ }
pub type WakerQueue = SingleSlotQueue<Waker>;
Short-hand for a single waker queue.
pub struct WakerQueue { /* private fields */ }