Expand description
Structs
- Future returned from
WaitMap::wait()
. - A map of
Waker
s associated with keys, allowing tasks to be woken by their key. - WaitOwned
alloc
Future returned fromWaitMap::wait_owned()
.
Enums
- Errors returned by
WaitMap::wait
, indicating a failed wake. - The result of an attempted
WaitMap::wake()
operation.
Type Aliases
- EnqueueWaitDeprecatedDeprecated alias for
Subscribe
. See theWait::subscribe
documentation for more details. - The result of a call to
WaitMap::wait()
.