View Source Single
Runs supervised, singleton processes within an Erlang cluster.
installation
Installation
The package can be installed by adding single
to your list of dependencies in mix.exs
:
def deps do
[
{:single, "~> 0.2.0"}
]
end
usage
Usage
TODO
alternatives
Alternatives
TODO