Module maitake_sync::wait_queue 
source · 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§
- Future returned fromWaitQueue::wait().
- WaitOwnedallocFuture returned fromWaitQueue::wait_owned().
- A queue of waiting tasks which can be woken in first-in, first-out order, or all at once.