Module map

Module map 

Source
Expand description

ParallelMap is a structure type that captures the Map object and function necessary to run the values within the AtomicIterator in parallel.

Structs§

ParallelMap

Traits§

ParallelMapIter
ParallelMapIter allows calling the .map(f) on type implementing AtomicIterator to get a ParallelMap object on which collect may be called.