Expand description
A queue of waiting tasks that can be woken in first-in, first-out order (or all at once).
See the WaitQueue type’s documentation for details.
Structs§
- Wait
 - Future returned from 
WaitQueue::wait(). - Wait
Owned  - Future returned from 
WaitQueue::wait_owned(). - Wait
Queue  - A queue of waiting tasks which can be woken in first-in, first-out order, or all at once.