pub fn setup_panic()Expand description
Sets panic handler to immediately kill the process and its childs with SIGKILL. The process is killed when panic happens in ANY thread
pub fn setup_panic()Sets panic handler to immediately kill the process and its childs with SIGKILL. The process is killed when panic happens in ANY thread