Module futures_util::stream::select_all
source · Expand description
An unbounded set of streams
Structs
- Owned iterator over all streams in the unordered set.
- Immutable iterator over all streams in the unordered set.
- Mutable iterator over all streams in the unordered set.
- An unbounded set of streams
Functions
- Convert a list of streams into a
Stream
of results from the streams.