1.36.0[−][src]Module std::future
Asynchronous values.
Structs
Pending | Experimental Creates a future which never resolves, representing a computation that never finishes. |
Ready | Experimental Creates a future that is immediately ready with a value. |
Traits
Future | A future represents an asynchronous computation. |
IntoFuture | Experimental Conversion into a |
Functions
pending | Experimental Creates a future which never resolves, representing a computation that never finishes. |
ready | Experimental Creates a future that is immediately ready with a value. |