Skip to main content

O_NDELAY

Constant O_NDELAY 

Source
pub const O_NDELAY: c_int = O_NONBLOCK; // 262_144i32
Expand description

Non-POSIX, see https://www.man7.org/linux/man-pages/man2/open.2.html.

Alternative name for O_NONBLOCK.