Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 786 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 786 Bytes

SynSupervisor

A syn-based, Distributed, Dynamic Supervisor

Installation

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

def deps do
  [
    {:syn_supervisor, "~> 0.1"}
  ]
end

Documentation

For the full documentation, head to ExDoc.

Acknowledgments

A lot of inspiration, and some code snippets are taken from Pogo. Also the original source code of Elixir DynamicSupervisor has been used as starting point for this project.

License

GNU Lesser General Public License v3.0, see LICENSE for details.