Skip to main content

wait_exit_code

Function wait_exit_code 

Source
pub(crate) fn wait_exit_code(status: i32) -> Option<i32>
Expand description

Decode a wait status and return the process exit code when it exited normally.