Module futures_util::stream::select_all [−][src]
An unbounded set of streams
Structs
IntoIter | 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. |
SelectAll | An unbounded set of streams |
Functions
select_all | Convert a list of streams into a |