Module host_mesh

Module host_mesh 

Source

Re-exports§

pub use crate::host_mesh::host_agent::HostAgent;

Modules§

host_agent
The mesh agent actor that manages a host.

Structs§

HostMesh
An owned mesh of hosts.
HostMeshRef
A non-owning reference to a mesh of hosts.
HostRef
A reference to a single host.

Enums§

HostMeshRefParseError
The type of error occuring during HostMeshRef parsing.

Constants§

HOST_MESH_CONTROLLER_NAME
Actor name for HostMeshController when spawned as a named child.
PROC_MESH_CONTROLLER_NAME
Actor name for ProcMeshController when 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.