Module wait_queue

Source
Expand description

A wait queue implementation using a doubly linked list.

Structs§

DoublyLinkedList
An atomic, doubly linked, FIFO list for a wait queue.
Link
A link in the linked list.

Type Aliases§

WaitQueue
A helper definition of a wait queue.