Paratize v2.1.3 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_exec(list, arg1)

Specs

parallel_exec([(() -> res)], Paratize.TaskOptions.t) :: [res] when res: var

Parallel processing of functions. Returns the list of results in order.

Args: