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