install_shutdown_signal_handlers

Function install_shutdown_signal_handlers 

Source
pub fn install_shutdown_signal_handlers<F>(do_shutdown: F)
where F: Fn(String) + Send + 'static,
Expand description

Install shutdown signal handlers (Windows version).

On Windows, only Ctrl+C (SIGINT equivalent) is supported.