Module rayon

Module rayon 

Source
Expand description

Parallel iterator types for FlatMultiset with rayon.

Structsยง

IntoParIter
Parallel iterator over elements of a consumed set.
ParDrain
Parallel draining iterator over entries of a set.
ParIter
Parallel iterator over shared references to elements in a set.