Current section
Files
Jump to
Current section
Files
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