Expand description
A single slot queue.
Especially useful for sharing wakers between async HAL drivers and their futures.
Structs§
- Consumer
- Read handle to a single slot queue.
- Producer
- Write handle to a single slot queue.
- Single
Slot Queue - Single slot queue.
Type Aliases§
- Waker
Consumer - Short-hand for a single waker queue’s consumer.
- Waker
Producer - Short-hand for a single waker queue’s producer.
- Waker
Queue - Short-hand for a single waker queue.