Module rayon

Source
Available on crate feature rayon only.
Expand description

Parallel iterator types for IndexSet with rayon.

You will rarely need to interact with this module directly unless you need to name one of the iterator types.

Structsยง

IntoParIter
A parallel owning iterator over the items of an IndexSet.
ParDifference
A parallel iterator producing elements in the difference of IndexSets.
ParDrain
A parallel draining iterator over the items of an IndexSet.
ParIntersection
A parallel iterator producing elements in the intersection of IndexSets.
ParIter
A parallel iterator over the items of an IndexSet.
ParSymmetricDifference
A parallel iterator producing elements in the symmetric difference of IndexSets.
ParUnion
A parallel iterator producing elements in the union of IndexSets.