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.
- Host: GitHub
- URL: https://github.com/marcinwysocki/taskmaster
- Owner: marcinwysocki
- License: mit
- Created: 2020-07-23T17:55:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-04T12:12:01.000Z (over 5 years ago)
- Last Synced: 2025-04-03T20:02:55.542Z (about 1 year ago)
- Topics: elixir, hacktoberfest
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).