Module std::future 1.36.0[−][src]
Expand description
Asynchronous values.
Macros
joinExperimental
Polls multiple futures simultaneously, returning a tuple of all results once complete.
Structs
Creates a future which never resolves, representing a computation that never finishes.
A future that is immediately ready with a value.
Traits
IntoFutureExperimental
Conversion into a Future
.
A future represents an asynchronous computation.