View Source A2S.Supervisor (Elixir_A2S v0.1.0)

Singleton dynamic supervisor forA2S.Statems.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec start_child({:inet.ip_address(), :inet.port_number()}) ::
  :ignore | {:error, any()} | {:ok, pid()} | {:ok, pid(), any()}
@spec start_link(any()) :: :ignore | {:error, any()} | {:ok, pid()}