Skip to main content

Module for_each_ordered

Module for_each_ordered 

Source
Available on crate features tasks and rayon only.
Expand description

Lock-free ordered parallel iterator extension trait.

Traitsยง

ForEachOrdered
Extension trait for IndexedParallelIterator that streams results to a sequential consumer in index order.