Module core::future [−][src]
🔬 This is a nightly-only experimental API. (futures_api
#50547)
futures in libcore are unstable
Asynchronous values.
Structs
FutureObj |
[ Experimental ] A custom trait object for polling futures, roughly akin to
|
LocalFutureObj |
[ Experimental ] A custom trait object for polling futures, roughly akin to
|
Traits
Future |
[ Experimental ] A future represents an asychronous computation. |
UnsafeFutureObj |
[ Experimental ] A custom implementation of a future trait object for |