Paratize v2.1.2 API Reference

Modules

Provides a set of functions that does parallel processing on collection of data or functions

Provides the base implementation for parallel_each/3 and parallel_map/3

Implementation of parallel exec via chunks and Task.async / Task.await

Implementation of parallel exec via pool of spawned workers processes

Struct holding the configurations for executing the workload in parallel