Packages

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

Current section

Files

Jump to
taskmaster README.md
Raw

README.md

# Taskmaster
A set of convenience functions for concurrent, asynchronous tasks, loosely inspired by JavaScript's Promises. Pure Elixir, no dependencies.
## Installation
```elixir
def deps do
[
{:taskmaster, "~> 0.1.0"}
]
end
```
## Documentation
The docs can be found at [https://hexdocs.pm/taskmaster](https://hexdocs.pm/taskmaster).\