Skip to content

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

License

Notifications You must be signed in to change notification settings

marcinwysocki/taskmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages