Crate futures_util[−][src]
Combinators and utilities for working with Futures, Streams, Sinks,
and the AsyncRead and AsyncWrite traits.
Modules
| future | Asynchronous values. |
| lock | Futures-powered synchronization primitives. |
| never | This module contains the |
| stream | Asynchronous streams. |
| task | Tools for working with tasks. |
Macros
| pin_mut | Pins a value on the stack. |
| ready | Extracts the successful type of a |