README

plymio_funcio: Utility Functions

plymio_funcio offers a number of functions for common processing needs, especially for enumerables, including concurrent mapping.

It is, specifically, a support package for the Plymio and Harnais Package Families.

Installation

Add plymio_funcio to your list of dependencies in mix.exs:

def deps do
  [{:plymio_funcio, "~> 0.2.0"}]
end

Examples

See the example in the API Reference.