Modules§
- mesh_
agent - The mesh agent actor manages procs in ProcMeshes.
Structs§
- Proc
Events - An event stream of
ProcEvent
- Proc
Mesh - A ProcMesh maintains a mesh of procs whose lifecycles are managed by an allocator.
- Sliced
Proc Mesh
Enums§
- Proc
Event - Proc lifecycle events.
- Supervision
Event State
Statics§
- DEFAULT_
TRANSPORT - Default transport type to use across the application.
Traits§
- Shared
Spawnable - Spawns from shared (
Arc
) proc meshes, providing [ActorMesh
]es with static lifetimes.
Functions§
- default_
transport - Get the default transport type to use across the application.
- global_
root_ client - Context use by root client to send messages. This mailbox allows us to open ports before we know which proc the messages will be sent to.