[−][src]Module futures_core::future
Futures.
Structs
| FutureObj |
A custom trait object for polling futures, roughly akin to
|
| LocalFutureObj |
A custom trait object for polling futures, roughly akin to
|
Traits
| FusedFuture |
A |
| Future |
[ Experimental ] A future represents an asychronous computation. |
| TryFuture |
A convenience for futures that return |
| UnsafeFutureObj |
A custom implementation of a future trait object for |