Registry

Ditto

Members

Functions

initialize
void initialize()

Initialize this registry, creating the Mutex

locate
Listener!API locate(string name)

Gets the binding channel associated with name.

register
bool register(string name, Listener!API conn)

Register a new name for a connection.

unregister
bool unregister(string name)

Removes the registered name associated with a connection.

Meta