Paratize v2.1.2 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(arg0, arg1)

Specs

parallel_exec(List.t, TaskOptions.t) :: List.t

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

Args: