DynamicSupervisor.Proxy.Starter (DynamicSupervisor Proxy v0.1.64)

Copy Markdown View Source

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

start_link(module, init_arg, opts)

@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.