Normandy.Behaviours.SessionRegistry.Native
(normandy v1.2.0)
View Source
Default SessionRegistry over Elixir's Registry (:unique keys). The
handle is the registry's name (an atom). register/3 registers the calling
process under session_id; the owner's death auto-unregisters it.
Summary
Functions
Convenience: start a uniquely-named Registry and return its name as the handle.
Starts a unique Registry. :name defaults to this module.