Expand description
Configuration and runtime options
This module handles signal handling and thread mode validation.
Constants§
- EXIT_
CODE_ INTERRUPTED - Exit code for interrupted operations (128 + SIGINT = 130)
Functions§
- is_
interrupted - Check if the process was interrupted.
- setup_
signal_ handler - Set up the Ctrl-C signal handler.
- validate_
thread_ mode - Validate the thread mode and emit warnings if necessary.