Paratize v2.1.1 Paratize.Base behaviour
Provides the base implementation for parallel_each/3
and parallel_map/3
.
To create an implementation, do use Paratize.Base
and provide the implementation of parallel_exec/2
.
Summary
Callbacks
Parallel processing of functions. Returns the list of results in order
Callbacks
Parallel processing of functions. Returns the list of results in order.
Args:
- fun_list - list of functions to execute in parallel.
- task_options -
Paratize.TaskOptions