Packages

A supervisor optimized for dynamically spawning children. Erlang port of Elixir's DynamicSupervisor.

Current section

Files

Jump to
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{hex, [{doc, edoc}]}.
{profiles, [
{test, [
{erl_opts, [debug_info]}
]}
]}.
{cover_enabled, true}.