[−][src]Module futures_core::future
Futures.
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. |
TryFuture |
A convenience for futures that return |
UnsafeFutureObj |
[ Experimental ] A custom implementation of a future trait object for |