pub static nowait: Atomic<i32>
Port of static int nowait; from Src/exec.c:461. When set, execpline doesn’t wait for the pipeline; used during the list_pipe sub-shell fork bookkeeping.
static int nowait;
Src/exec.c:461
execpline