LcdDisplay.ProcessRegistry (lcd_display v0.1.2) View Source
Manages processes.
Link to this section Summary
Link to this section Functions
Specs
child_spec(any()) :: Supervisor.child_spec()
Specs
Starts a unique registry.
Specs
Returns a standardized via-tuple for this registry.
Examples
iex> ProcessRegistry.via_tuple(SomeKey)
{:via, Registry, {ProcessRegistry, SomeKey}}