multiverses v0.4.0 Multiverses.Registry View Source

This module is intended to be a drop-in replacement for Registry, though currently not all functionality is implemented.

Unimplemented functionality:

Link to this section Summary

Link to this section Functions

Link to this macro

__unregister__(p1, p2, p3)

View Source (macro)

cloned from Registry.__unregister__/3

Link to this macro

child_spec(p1)

View Source (macro)

cloned from Registry.child_spec/1

Link to this macro

count(registry)

View Source (macro)
Link to this macro

count_match(p1, p2, p3)

View Source (macro)

cloned from Registry.count_match/3

Link to this macro

count_match(p1, p2, p3, p4)

View Source (macro)

cloned from Registry.count_match/4

Link to this macro

dispatch(registry, key, fun, opts \\ [])

View Source (macro)
Link to this macro

keys(registry, pid)

View Source (macro)
Link to this macro

lookup(registry, key)

View Source (macro)
Link to this macro

match(p1, p2, p3)

View Source (macro)

cloned from Registry.match/3

Link to this macro

match(p1, p2, p3, p4)

View Source (macro)

cloned from Registry.match/4

cloned from Registry.meta/2

Link to this macro

put_meta(p1, p2, p3)

View Source (macro)

cloned from Registry.put_meta/3

Link to this macro

register(registry, key, value)

View Source (macro)

Registers the calling process with the Registry. Works as Registry.register/3 does.

Link to this macro

register_name(p1, p2)

View Source (macro)

cloned from Registry.register_name/2

Link to this macro

select(registry, spec)

View Source (macro)

cloned from Registry.send/2

Link to this macro

start_link(p1)

View Source (macro)

cloned from Registry.start_link/1

Link to this macro

start_link(p1, p2)

View Source (macro)

cloned from Registry.start_link/2

Link to this macro

start_link(p1, p2, p3)

View Source (macro)

cloned from Registry.start_link/3

Link to this macro

unregister(registry, key)

View Source (macro)
Link to this macro

unregister_match(p1, p2, p3)

View Source (macro)

cloned from Registry.unregister_match/3

Link to this macro

unregister_match(p1, p2, p3, p4)

View Source (macro)

cloned from Registry.unregister_match/4

Link to this macro

unregister_name(p1)

View Source (macro)

cloned from Registry.unregister_name/1

Link to this macro

update_value(registry, key, callback)

View Source (macro)
Link to this macro

whereis_name(p1)

View Source (macro)

cloned from Registry.whereis_name/1