[−][src]Crate futures_util
Combinators and utilities for working with Futures, Streams, Sinks,
and the AsyncRead and AsyncWrite traits.
Modules
| future | Futures |
| io | IO |
| lock | Futures-powered synchronization primitives. |
| never | Definition of the |
| stream | Streams |
| task | Task notification |
Macros
| pin_mut | Pins a value on the stack. |
| ready | Extracts the successful type of a |