loner v0.2.0 Loner View Source

A system for starting and supervising a cluster-wide singleton process using Horde.

Link to this section Summary

Link to this section Types

Link to this type

child_spec()

View Source
child_spec() :: module() | {module(), term()} | module()
Link to this type

name()

View Source
name() :: {:via, module(), {module(), atom()}}

Link to this section Functions

Link to this function

stop(pid)

View Source
stop(atom() | pid()) :: :ok
Link to this function

whereis_name(name)

View Source
whereis_name(atom()) :: pid() | :undefined