Module standback::future [−][src]
Structs
Pending | Creates a future which never resolves, representing a computation that never finishes. |
Ready | Creates a future that is immediately ready with a value. |
Functions
pending | Creates a future which never resolves, representing a computation that never finishes. |
ready | Creates a future that is immediately ready with a value. |