Module core::future 1.36.0[−][src]
This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
Asynchronous values.
Structs
Creates a future which never resolves, representing a computation that never finishes.
Creates a future that is immediately ready with a value.
Traits
IntoFutureExperimental
Conversion into a Future.
A future represents an asynchronous computation.