Module maitake_sync::wait_map
source · 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§
- The result of a call to
WaitMap::wait()
.