[−][src]Crate futures_util
Combinators and utilities for working with Future
s, Stream
s, Sink
s,
and the AsyncRead
and AsyncWrite
traits.
Modules
future | Futures |
never | Definition of the |
sink | Sinks |
stream | Streams |
task | Task notification |
Macros
pin_mut | Pins a value on the stack. |
ready | Extracts the successful type of a |