Module proc_mesh
Source - mesh_agent
- The mesh agent actor manages procs in ProcMeshes.
- ProcEvents
- An event stream of
ProcEvent
- ProcMesh
- A ProcMesh maintains a mesh of procs whose lifecycles are managed by
an allocator.
- SlicedProcMesh
- ProcEvent
- Proc lifecycle events.
- SharedSpawnable
- Spawns from shared (
Arc
) proc meshes, providing [ActorMesh
]es with
static lifetimes.
- 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.