Expand description
The mesh agent actor manages procs in ProcMeshes.
Structs§
- Actor
Spec - Actor spec.
- Actor
State - Actor state.
- GetProc
- A handler to get a clone of the proc managed by this agent. This is used to obtain the local proc from a host mesh.
- NewClient
Instance - A local handler to get a new client instance on the proc. This is used to create root client instances.
- Proc
Mesh Agent - A mesh agent is responsible for managing procs in a [
ProcMesh].
Enums§
Traits§
- GetProc
Client - The custom client trait for this message type.
- GetProc
Handler - The custom handler trait for this message type.
- Mesh
Agent Message Client - The custom client trait for this message type.
- Mesh
Agent Message Handler - The custom handler trait for this message type.
- NewClient
Instance Client - The custom client trait for this message type.
- NewClient
Instance Handler - The custom handler trait for this message type.