rw_futures_util

Function select_all

source
pub fn select_all<S: Stream + Unpin>(
    streams: impl IntoIterator<Item = S>,
) -> SelectAll<S>
Expand description

Convert a list of streams into a [Stream] of results from the streams.