[][src]Crate futures_util

Combinators and utilities for working with Futures, Streams, Sinks, and the AsyncRead and AsyncWrite traits.

Modules

future

Futures

sink

Sinks

stream

Streams

task

Task notification

try_future

Futures

try_stream

Streams

Macros

pin_mut

Pins a value on the stack.

ready

Extracts the successful type of a Poll<T>.