Expand description
Structs§
- Enqueue
Wait - A future that ensures a
Wait
has been added to aWaitMap
. - Wait
- Future returned from
WaitMap::wait()
. - WaitMap
- A map of
Waker
s associated with keys, allowing tasks to be woken by their key. - Wait
Owned - Future returned from
WaitMap::wait_owned()
.
Enums§
- Wait
Error - Errors returned by
WaitMap::wait
, indicating a failed wake. - Wake
Outcome - The result of an attempted
WaitMap::wake()
operation.
Type Aliases§
- Wait
Result - The result of a call to
WaitMap::wait()
.