An open API service indexing awesome lists of open source software.

https://github.com/marcinwysocki/taskmaster

A set of convenience functions for concurrent tasks, loosely inspired by JavaScript's Promises. No dependencies, pure Elixir.
https://github.com/marcinwysocki/taskmaster

elixir hacktoberfest

Last synced: 11 months ago
JSON representation

A set of convenience functions for concurrent tasks, loosely inspired by JavaScript's Promises. No dependencies, pure Elixir.

Awesome Lists containing this project

README

          

# 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).