twizzler_rt_abi::core

Function twz_rt_exit

source
pub fn twz_rt_exit(code: ExitCode) -> !
Expand description

Exit with the provided error code. If the main thread for a program exits, the remaining threads will exit as well.