Skip to main content

SHELL_INTERRUPTED

Static SHELL_INTERRUPTED 

Source
pub static SHELL_INTERRUPTED: AtomicBool
Expand description

Global flag set by Ctrl+C. Long-running commands should poll this via is_interrupted and abort early when it returns true.