Expand description
An API interface to the BackgroundHangMonitor.
Structs§
- Hang
Profile - Info related to the activity of an hanging component.
- Hang
Profile Symbol - Monitored
Component Id
Enums§
- Background
Hang Monitor Control Msg - Messages to control the sampling profiler.
- Hang
Alert - Hang-alerts are sent by the monitor to the constellation.
- Hang
Annotation - Hang
Monitor Alert - Hang-alerts are sent by the monitor to the constellation.
- Monitored
Component Type - Script
Hang Annotation - The equivalent of script::script_runtime::ScriptEventCategory
Traits§
- Background
Hang Monitor - Proxy methods to communicate with the background hang monitor
- Background
Hang Monitor Clone - Background
Hang Monitor Exit Signal - A means for the BHM to signal a monitored component to exit. Useful when the component is hanging, and cannot be notified via the usual way. The component should implement this in a way allowing for the signal to be received when hanging, if at all.
- Background
Hang Monitor Register - A handle to register components for hang monitoring, and to receive a means to communicate with the underlying hang monitor worker.