pub fn setup_signal_handler<F>(cleanup_fn: F) -> impl Fn()where F: Fn() + Send + Sync + 'static,
Setup CTRL+C handler for graceful shutdown
cleanup_fn
Function to remove the handler