Registry

Ditto

Members

Functions

initialize
void initialize()

Initialize this registry, creating the Mutex

locate
Tid locate(string name)

Gets the Tid associated with name.

register
bool register(string name, Tid tid)

Associates name with tid.

unregister
bool unregister(string name)

Removes the registered name associated with a tid.

Meta