Module futures::prelude::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
Streamof results from the streams.