Expand description

Concurrency extensions for Future and Stream.

Companion library for the “Futures Concurrency” blog post series:

The purpose of this library is to serve as a staging ground for what eventually may become the futures concurrency methods provided by the stdlib. See the future and stream submodules for more.

Modules

Helper functions and types for fixed-length arrays.
Asynchronous basic functionality.
The futures concurrency prelude.
Composable asynchronous iteration.
A contiguous growable array type with heap-allocated contents, written Vec<T>.