Module futures_core::future [−][src]
Expand description
Futures.
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 |
Type Definitions
| BoxFuture | An owned dynamically typed |
| LocalBoxFuture |
|