Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 734 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 734 Bytes

Peon

Build Status Coverage Status

Easy task/process pooling; on-demand or cron-able.

Installation

If available in Hex, the package can be installed by adding peon to your list of dependencies in mix.exs:

def deps do
  [{:peon, "~> 0.1.0"}]
end