Expand description
Infrastructure to create a multi-process mesh and spawn child processes within it.
Structs§
- Mesh
- Represents a mesh::Node with the ability to spawn new processes that can communicate with any other process belonging to the same mesh.
- Process
Config - Configuration for launching a new process in the mesh.
Traits§
- Sandbox
Profile - Sandbox profile trait used for mesh hosts.
Functions§
- try_
run_ mesh_ host - Runs a mesh host in the current thread, then exits the process, if this
process was launched by
Mesh::launch_host
.