DynamicSupervisor Proxy
Starts a module-based dynamic supervisor process with a registered name. Will wait a bit if the supervisor name is still registered on restarts. See Supervisor restart backoff.
Installation
If available in Hex, the package can be installed
by adding dynamic_supervisor_proxy to your list of dependencies in mix.exs:
def deps do
[
{:dynamic_supervisor_proxy, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/dynamic_supervisor_proxy.