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