Module signal_handler

Source
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 InternalCommand to a target thread’s channel and optionally waits for an acknowledgment.