Function register_ctrlc_handler

Source
pub fn register_ctrlc_handler(
    process_manager: Arc<ProcessManager>,
) -> Result<(), Box<dyn Error>>
Expand description

Registers a global Ctrl+C handler that uses the process manager.