BPXE.Registry (bpxe v0.4.0)
BPXE.Registry provides centralized abstraction for a name registry.
At the moment, it follows syn
's API closely but this might change in the future.
To list used names, run mix bpxe.registry
Link to this section Summary
Link to this section Types
Link to this type
name()
Specs
name() :: any()
Link to this section Functions
Link to this function
register(name)
Specs
register(name()) :: :ok | {:error, :taken}
Link to this function
register(name, meta)
Specs
Link to this function
register(name, pid, meta)
Specs
Link to this function
unregister(name)
Specs
unregister(name()) :: :ok | {:error, :undefined}
Link to this function