Expand description
An unbounded set of streams
Structs§
- Into
Iter - Owned iterator over all streams in the unordered set.
- Iter
- Immutable iterator over all streams in the unordered set.
- IterMut
- Mutable iterator over all streams in the unordered set.
- Select
All - An unbounded set of streams
Functions§
- select_
all - Convert a list of streams into a
Stream
of results from the streams.