exhtml v0.1.0 Exhtml.Registry
Registry holds information of mapping of PIDs to names.
Examples:
iex> Exhtml.Registry.start_link
...> Exhtml.Registry.register(:foo, :bar)
:ok
iex> Exhtml.Registry.whereis(:foo)
:bar
Summary
Functions
Starts a registry process.
opts
- options for starting registry process.name
- set the process name