Crate futures_util

source ·
Expand description

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

Re-exports

Modules

  • Asynchronous values.
  • Futures-powered synchronization primitives.
  • This module contains the Never type.
  • Asynchronous streams.
  • Tools for working with tasks.

Macros

  • Pins a value on the stack.
  • Extracts the successful type of a Poll<T>.