Skip to main content

Module objmap

Module objmap 

Source
Expand description

An object mapper for looking up rpc::Objects by ID.

This mapper stores strong or weak references, and uses a generational index to keep track of names for them.

TODO RPC: Add an object diagram here once the implementation settles down.

Modulesยง

methods ๐Ÿ”’
Implementations for rpc methods that interact with object IDs directly.

Structsยง

GenIdx ๐Ÿ”’
ObjMap ๐Ÿ”’
A mechanism to look up RPC Objects by their ObjectId.

Enumsยง

LookupError ๐Ÿ”’
A failure from ObjMap::lookup.
ObjectRef ๐Ÿ”’
A weak or a strong reference to an RPC object.