Module shutdown

Module shutdown 

Source
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§

ShutdownCoordinator
Shutdown coordinator that manages the graceful shutdown process.
ShutdownHandle
Handle for subsystems to monitor shutdown state and coordinate graceful termination.
ShutdownStats
Statistics about the shutdown process.

Enums§

ShutdownReason
Reason for shutdown initiation.