Constant lrs::process::WAIT_DONT_REAP

Don't reap the child process.

Syntax

const WAIT_DONT_REAP: WaitFlags = WaitFlags(WNOWAIT);

See also