Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 348 Bytes

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.