Taskmaster

A set of convenience functions for concurrent, asynchronous tasks, loosely inspired by JavaScript's Promises. Pure Elixir, no dependencies.

Installation

def deps do
  [
    {:taskmaster, "~> 0.1.0"}
  ]
end

Documentation

The docs can be found at https://hexdocs.pm/taskmaster.