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