pub static SHELL_INTERRUPTED: AtomicBoolExpand description
Global flag set by Ctrl+C. Long-running commands should poll this
via is_interrupted and abort early when it returns true.
pub static SHELL_INTERRUPTED: AtomicBoolGlobal flag set by Ctrl+C. Long-running commands should poll this
via is_interrupted and abort early when it returns true.