Module maitake_sync::wait_map 
source · Expand description
Structs§
- Future returned from
WaitMap::wait(). - A map of
Wakers associated with keys, allowing tasks to be woken by their key. - WaitOwned
allocFuture 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::subscribedocumentation for more details. - The result of a call to
WaitMap::wait().