Expand description
Manages system signals (e.g., SIGINT, SIGTERM) to ensure graceful application shutdown.
Functions§
- handle_
signals - Handles operating system termination signals (e.g., SIGTERM).
- send_
command 🔒 - Sends a specified
InternalCommandto a target thread’s channel and optionally waits for an acknowledgment.