Swampman

Swampman is a lightweight worker pool manager for Elixir applications.

It allows you to manage a pool of worker processes, providing functionality to check out and check in workers, as well as dynamically resize the pool.

Features

Installation

Add swampman to your list of dependencies in mix.exs:

def deps do
  [
    {:swampman, "~> 0.0.1"}
  ]
end

License

See LICENSE for details.