Module futures

Source
Expand description

This module tries to mimic futures crate structure except without re-exporting unused subcrates like executor or compat.

Modules§

future
Asynchronous values.
stream
Asynchronous streams.
task
Tools for working with tasks.

Macros§

ready
Extracts the successful type of a Poll<T>.