ParMap

Type Alias ParMap 

Source
pub type ParMap<T> = ReorderEnumerated<RecvStream<'static, (usize, T)>, T>;
Expand description

Stream for the par_map() method.

Aliased Typeยง

pub struct ParMap<T> { /* private fields */ }