Module supervision

Source
Expand description

TODO: add missing doc.

Structs§

ProcSupervisionState
The supervision state of a proc. It contains the supervision state of actors in the proc. This message is used for both supervision update and supervision state query.
ProcSupervisor
The generated alias struct.
SupervisionClient
The generated alias struct.
WorldSupervisionState
The supervision state of a world. It contains the supervision state of all procs in the world.
WorldSupervisor
The generated alias struct.

Enums§

ProcStatus
The health of a proc.
ProcSupervisionMessage
Message to communicate proc supervision state.
WorldSupervisionMessage
Supervision message used to collect supervision state of a world.

Traits§

ProcSupervisionMessageClient
The custom client trait for this message type.
ProcSupervisionMessageHandler
The custom handler trait for this message type.
WorldSupervisionMessageClient
The custom client trait for this message type.
WorldSupervisionMessageHandler
The custom handler trait for this message type.