Function mz_ore::process::exit_thread_safe
source ยท pub fn exit_thread_safe(error_code: i32) -> !
Expand description
Helper for exiting macros.
This function exists to avoid that all callers of halt!
have to explicitly depend on libc
.