Skip to main content

classify_status

Function classify_status 

Source
pub fn classify_status(status: i32) -> WaitOutcome
Expand description

Decode a raw waitpid status into a WaitOutcome. Pure — uses the libc WIF* macros so the encoding stays correct per platform.