pub async fn wait_child_any(
    proc: &Arc<Process>,
    nonblock: bool
) -> LxResult<(KoID, ExitCode)>
Expand description

Wait for state changes in a child of the calling process.