pub type WaitQueue = DoublyLinkedList<Waker>;
Expand description
A helper definition of a wait queue.
Aliased Typeยง
struct WaitQueue { /* private fields */ }
pub type WaitQueue = DoublyLinkedList<Waker>;
A helper definition of a wait queue.
struct WaitQueue { /* private fields */ }