Type Alias WaitQueue

Source
pub type WaitQueue = DoublyLinkedList<Waker>;
Expand description

A helper definition of a wait queue.

Aliased Typeยง

pub struct WaitQueue { /* private fields */ }