ID EN
OS

P_NOWAIT

Python 3.11

Possible values for the mode parameter to the spawn* family of functions. If either of these values is given, the spawn* functions will return as soon as the new process has been created, with the process id as the return value.

Syntax

PYTHON
os.P_NOWAIT

See Also

spawn* spawn* Availability