Modules§
Structs§
- Future
Wrap  - Timeout
 - Future for the 
timeoutcombinator, interrupts computations if it takes more thantimeout. 
Enums§
- Map
 - Future for the 
mapmethod. - Then
 - Future for the 
thencombinator, chaining computations on the end of another future regardless of its outcome. 
Traits§
- Actor
Future  - Trait for types which are a placeholder of a value that may become available at some later point in time.
 - Actor
Future Ext  - Wrap
Future  - Helper trait that allows conversion of normal future into 
ActorFuture 
Functions§
- wrap_
future  - Converts normal future into 
ActorFuture, allowing its processing to use the actor’s state. 
Type Aliases§
- Local
BoxActor Future  - Type alias for a pinned box 
ActorFuturetrait object.