geod24.Registry

Registry implementation for multi-threaded access

This registry allows to look up a connection based on a string. Conceptually, it can be seen as an equivalent to a DNS server, as it turns symbolic names into "concrete" addresses (pointers).

It was originally part of the std.concurrency module, but was extracted to make it reusable.

Members

Structs

Registry
struct Registry(API)

Ditto

Meta