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
Actor - 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).