ID EN
OS

RWF_NOWAIT

Python 3.11

Do not wait for data which is not immediately available. If this flag is specified, the system call will return instantly if it would have to read data from the backing storage or wait for a lock.

Syntax

PYTHON
os.RWF_NOWAIT

See Also

errno.EAGAIN Availability