Module rtic_common::wait_queue
source · Expand description
A wait queue implementation using a doubly linked list.
Structs§
- An atomic, doubly linked, FIFO list for a wait queue.
- A link in the linked list.
Type Aliases§
- A helper definition of a wait queue.