Packages

Elixir library providing some handy parallel processing facilities.

Current section

Files

Jump to
paratize lib paratize.ex
Raw

lib/paratize.ex

defmodule Paratize do
@moduledoc """
Provides a set of functions that does parallel processing on collection of data or functions.
There are two implementation strategies, `Paratize.Chunk` and `Paratize.Pool`.
Checkout `Paratize.TaskOptions` for what are the configurations available.
"""
end