Expand description
Structs§
- Subscribe
 - A future that ensures a 
Waithas been added to aWaitMap. - Wait
 - Future returned from 
WaitMap::wait(). - WaitMap
 - A map of 
Wakers 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§
- Enqueue
Wait Deprecated  - Deprecated alias for 
Subscribe. See theWait::subscribedocumentation for more details. - Wait
Result  - The result of a call to 
WaitMap::wait().