Relocker.Registry
This module provides a global process registry using Relocker.Locker
as the storage backend.
It supports e.g., the GenServer
‘s {:via, module, term}
API.
Summary
Functions
Registers the given pid
to a name
globally
Send message to the registered process
Unregisters the calling process
Unregisters the given name
Finds the process identifier for the given name