pub type WakerConsumer = Consumer<'static, Waker>;
Short-hand for a single waker queue’s consumer.
pub struct WakerConsumer { /* private fields */ }