Module proc_mesh

Source

Modules§

mesh_agent
The mesh agent actor manages procs in ProcMeshes.

Structs§

ProcEvents
An event stream of ProcEvent
ProcMesh
A ProcMesh maintains a mesh of procs whose lifecycles are managed by an allocator.
SlicedProcMesh

Enums§

ProcEvent
Proc lifecycle events.

Traits§

SharedSpawnable
Spawns from shared (Arc) proc meshes, providing [ActorMesh]es with static lifetimes.

Functions§

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.