Grouper.Registry (Grouper v0.1.0) View Source
Provides name registration functions in the style of :global
and
Registry
. Usually used with GenServer.start_link/3
using :via
option
to provide an isolated namespace for various processes.
Link to this section Summary
Functions
registers a process under a name within a group
sends a message to a process under a name within a group
unregisters a process under a name within a group
finds a process under a name within a group
Link to this section Functions
Specs
registers a process under a name within a group
Options
Options are passed on to the underlying data layer. See Data.api/1
for
details.
Specs
sends a message to a process under a name within a group
Options
Options are passed on to the underlying data layer. See Data.api/1
for
details.
Specs
unregisters a process under a name within a group
Options
Options are passed on to the underlying data layer. See Data.api/1
for
details.
Specs
finds a process under a name within a group
Options
Options are passed on to the underlying data layer. See Data.api/1
for
details.