Packages

Execute multiple tasks in parallel, allowing retry for each task, and a global timeout. Based loosely on http://theerlangelist.com/article/beyond_taskasync.

Current section

Files

Jump to
tradie README.md
Raw

README.md

# Tradie
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add tradie to your list of dependencies in `mix.exs`:
def deps do
[{:tradie, "~> 0.0.1"}]
end
2. Ensure tradie is started before your application:
def application do
[applications: [:tradie]]
end