singleton_supervisor v0.1.0 SingletonSupervisor

Singleton supervisor within an erlang cluster

Link to this section Summary

Link to this section Functions

Link to this function

child_spec(options)

child_spec(keyword()) :: %{
  id: any(),
  start: {SingletonSupervisor, :start_link, [[any()], ...]},
  type: :supervisor
}
Link to this function

start_link(options)

Link to this function

start_link(module, init_arg, options \\ [])