Function process-exitpub
Source:fn(pub) process-exit ( AnyInt → Never )
Description
Terminates the process with the given exit code; never returns. Wraps std::process::exit(code as i32).
:fn(pub) process-exit ( AnyInt → Never )
Terminates the process with the given exit code; never returns. Wraps std::process::exit(code as i32).