Type Definition par_stream::ParMap

source · []
pub type ParMap<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;
Expand description

Stream for the par_map() method.