rtic_
common
1.0.1
Module wait_
queue
Module Items
Structs
Type Aliases
In crate rtic_
common
rtic_common
Module
wait_queue
Copy item path
source
Expand description
A wait queue implementation using a doubly linked list.
Structs
§
Doubly
Linked
List
An atomic, doubly linked, FIFO list for a wait queue.
Link
A link in the linked list.
Type Aliases
§
Wait
Queue
A helper definition of a wait queue.