pub type ParThen<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;Expand description
Stream for the par_then() method.
Aliased Typeยง
pub struct ParThen<T> { /* private fields */ }pub type ParThen<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;Stream for the par_then() method.
pub struct ParThen<T> { /* private fields */ }