Function set_exit_on_panic

Source
pub fn set_exit_on_panic()
Expand description

Install a panic handler which exits on panics, rather than unwinding. Unwinding can hang the tokio runtime waiting for stuck tasks or threads.