Module parallel

Module parallel 

Source
Expand description

Parallel iterator traits and implementations

Structs§

Cloned
Cloned adapter for parallel iterators over references
Filter
Filter adapter for parallel iterators
Fold
Fold adapter for parallel iterators
Map
Map adapter for parallel iterators
ParIter
Parallel iterator over slice references
ParIterMut
Parallel iterator over mutable slice references

Traits§

FromParallelIterator
Trait for collecting from parallel iterators
IntoParallelIterator
Trait for types that can be converted into parallel iterators
ParallelIterator
Trait for parallel iterators
ParallelSlice
Extension trait for Vec and slices
ParallelSliceMut
Extension trait for mutable parallel iteration