Module remote

Source
Expand description

Management of actor registration for remote spawning.

Structs§

Remote
Registry of actors linked into this image and registered by way of [crate::register].
SpawnableActor
A type-erased actor registration entry. These are constructed via crate::remote.

Constants§

USER_PORT_OFFSET
The offset of user-defined ports (i.e., arbitrarily bound).