Expand description
Definition of the Ready (immediately finished) combinator
Structs§
- Future for the
readyfunction. 
Functions§
- Creates a “leaf future” from an immediate value of a failed computation.
 - Creates a “leaf future” from an immediate value of a finished and successful computation.
 - Creates a future that is immediately ready with a value.
 - Creates a new “leaf future” which will resolve with the given result.