Type Alias WakerQueue

Source
pub type WakerQueue = SingleSlotQueue<Waker>;
Expand description

Short-hand for a single waker queue.

Aliased Typeยง

pub struct WakerQueue { /* private fields */ }