Expand description
Shutdown coordination system for graceful daemon termination.
This module provides a robust shutdown coordination system that allows all subsystems to be notified simultaneously and coordinate their graceful shutdown within configurable timeouts.
Structs§
- Shutdown
Coordinator - Shutdown coordinator that manages the graceful shutdown process.
- Shutdown
Handle - Handle for subsystems to monitor shutdown state and coordinate graceful termination.
- Shutdown
Stats - Statistics about the shutdown process.
Enums§
- Shutdown
Reason - Reason for shutdown initiation.