Summary
Functions
Starts a module-based dynamic supervisor process with the given module and
init_arg. The :name option must be specified in order to register a
supervisor name. Will wait a bit if the supervisor name is still registered
on restarts. See Supervisor restart backoff.
Functions
@spec start_link(module(), term(), GenServer.options()) :: Supervisor.on_start()
Starts a module-based dynamic supervisor process with the given module and
init_arg. The :name option must be specified in order to register a
supervisor name. Will wait a bit if the supervisor name is still registered
on restarts. See Supervisor restart backoff.