Expand description
Cross-platform signal handling for graceful daemon shutdown.
This module provides a unified interface for handling shutdown signals across different platforms, abstracting away the platform-specific differences between Unix signals and Windows console events.
Structs§
- Configurable
Signal Handler - Advanced signal handler with configurable signal handling.
- Signal
Config - Configuration for signal handling
- Signal
Handler - Cross-platform signal handler that coordinates shutdown.
Enums§
- Signal
Handling - Signal handling mode
Functions§
- signal_
description - Helper function to get a human-readable description of a signal.