Registry

A typed network router

Members

Functions

clear
void clear()

Clear out the content of the registry

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