Skip to main content

Module remote

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_spawnable.
SpawnableActor
A type-erased actor registration entry. These are constructed via crate::register_spawnable.

Constants§

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