futures 0.3.12

An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Documentation

futures

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 14 feature flags, 5 of them enabled by default.

default

  • std
  • async-await
  • executor

std

  • alloc
  • futures-core/std
  • futures-task/std
  • futures-io/std
  • futures-sink/std
  • futures-util/std
  • futures-util/io
  • futures-util/channel

async-await

  • futures-util/async-await
  • futures-util/async-await-macro

executor

  • std
  • futures-executor/std

alloc

  • futures-core/alloc
  • futures-task/alloc
  • futures-sink/alloc
  • futures-channel/alloc
  • futures-util/alloc

unstable

  • futures-core/unstable
  • futures-task/unstable
  • futures-channel/unstable
  • futures-io/unstable
  • futures-util/unstable

cfg-target-has-atomic

  • futures-core/cfg-target-has-atomic
  • futures-task/cfg-target-has-atomic
  • futures-channel/cfg-target-has-atomic
  • futures-util/cfg-target-has-atomic

io-compat

  • compat
  • futures-util/io-compat

read-initializer

  • futures-io/read-initializer
  • futures-util/read-initializer

thread-pool

  • executor
  • futures-executor/thread-pool

compat

  • std
  • futures-util/compat

bilock

  • futures-util/bilock

write-all-vectored

  • futures-util/write-all-vectored

futures-executor

    This feature flag does not enable additional features.