Re-exports§
pub use crate::host_mesh::host_agent::HostAgent;
Modules§
- host_
agent - The mesh agent actor that manages a host.
Structs§
- Host
Mesh - An owned mesh of hosts.
- Host
Mesh Ref - A non-owning reference to a mesh of hosts.
- HostRef
- A reference to a single host.
Enums§
- Host
Mesh RefParse Error - The type of error occuring during
HostMeshRefparsing.
Constants§
- HOST_
MESH_ CONTROLLER_ NAME - Actor name for
HostMeshControllerwhen spawned as a named child. - PROC_
MESH_ CONTROLLER_ NAME - Actor name for
ProcMeshControllerwhen spawned as a named child.
Statics§
- GET_
PROC_ STATE_ MAX_ IDLE - The maximum idle time between updates while querying host meshes for their proc states.
- PROC_
SPAWN_ MAX_ IDLE - The maximum idle time between updates while spawning proc meshes.
- PROC_
STOP_ MAX_ IDLE - The maximum idle time between updates while stopping proc meshes.