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§
Traits§
- Parallel
MapIter - ParallelMapIter allows calling the .map(f) on type implementing AtomicIterator to get a ParallelMap object on which collect may be called.