A syn-based, Distributed, Dynamic Supervisor
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
For the full documentation, head to ExDoc.
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.
GNU Lesser General Public License v3.0, see LICENSE
for details.