Expand description
TODO: add missing doc.
Structs§
- Proc
Supervision State - 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.
- Proc
Supervisor - The generated alias struct.
- Supervision
Client - The generated alias struct.
- World
Supervision State - The supervision state of a world. It contains the supervision state of all procs in the world.
- World
Supervisor - The generated alias struct.
Enums§
- Proc
Status - The health of a proc.
- Proc
Supervision Message - Message to communicate proc supervision state.
- World
Supervision Message - Supervision message used to collect supervision state of a world.
Traits§
- Proc
Supervision Message Client - The custom client trait for this message type.
- Proc
Supervision Message Handler - The custom handler trait for this message type.
- World
Supervision Message Client - The custom client trait for this message type.
- World
Supervision Message Handler - The custom handler trait for this message type.