[][src]Crate futures_util

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

Modules

future

Futures

never

Definition of the Never type, a stand-in for the ! type until it becomes stable.

sink

Sinks

stream

Streams

task

Task notification

Macros

pin_mut

Pins a value on the stack.

ready

Extracts the successful type of a Poll<T>.