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