View Source Multiverses.Registry (multiverses v0.11.0)
This module is intended to be a drop-in replacement for Registry, but
not all functionality is implemented.
If universes are active, keys in the Registry will be {universe, key}
instead of the normal key. A convenience via/2 macro has been
provided, which will perform this substitution correctly.
Unimplemented functionality:
count_match/3,4match/3,4unregister_match/3,4
Link to this section Summary
Functions
Registers the calling process with the Registry. Works as Registry.register/3 does.
Link to this section Functions
See Registry.match/3.
See Registry.match/4.
See Registry.meta/2.
See Registry.put_meta/3.
Registers the calling process with the Registry. Works as Registry.register/3 does.
See Registry.values/3.