Module futures_core::future [−][src]
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 which tracks whether or not the underlying future should no longer be polled.  | 
| Future | A future represents an asynchronous computation.  | 
| TryFuture | A convenience for futures that return   | 
| UnsafeFutureObj | A custom implementation of a future trait object for   | 
Type Definitions
| BoxFuture | An owned dynamically typed   | 
| LocalBoxFuture | 
  |