Expand description
This module tries to mimic futures
crate structure
except without re-exporting unused subcrates like executor
or compat
.
Modules§
- Asynchronous values.
- Asynchronous streams.
- Tools for working with tasks.
Macros§
- Extracts the successful type of a
Poll<T>
.