Module select_all

Source
Expand description

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 Stream of results from the streams.