pub async fn wait_child_any( proc: &Arc<Process>, nonblock: bool) -> LxResult<(KoID, ExitCode)>
Wait for state changes in a child of the calling process.