Module maitake::sync::wait_queue
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 from
WaitQueue::wait()
. - WaitOwned
alloc
Future returned fromWaitQueue::wait_owned()
. - A queue of waiting tasks which can be woken in first-in, first-out order, or all at once.