Skip to main content

exit_with_sigint_code

Function exit_with_sigint_code 

Source
pub fn exit_with_sigint_code() -> !
Expand description

Exit the process with the SIGINT exit code (130).

Called when the pipeline was interrupted by Ctrl+C and all cleanup has completed. Lives in the boundary module because std::process::exit is a process-level I/O effect.