Function lrs::process::wait_all

Wait for all child processes.

Syntax

fn wait_all(flags: WaitFlags) -> Result<(i32, ChildStatus), Errno>

Arguments

NameDescription
flags

The flags used for this wait operation.

Return value

Returns the process id of the child and its status.