Skip to content
This repository has been archived by the owner on Jan 21, 2018. It is now read-only.

lee-dohm/seasonal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seasonal

Build Status

A simple worker pool written in Elixir.

Installation

The latest version is 0.3.0 and requires Elixir ~> 1.0. New releases may change this minimum compatible version depending on breaking language changes.

Releases are published through hex.pm. Add as a dependency in your mix.exs file:

defp deps do
  [ { :seasonal, "~> 0.3" } ]
end

Copyright

Copyright © 2016 by Lee Dohm. See LICENSE for details.