Constant inotify_sys::IN_NONBLOCK

source ·
pub const IN_NONBLOCK: c_int = libc::O_NONBLOCK; // 2_048i32
Expand description

Set an inotify instance to non-blocking mode

Can be passed to inotify_init1 to set the O_NONBLOCK flag for the inotify instance.

See open(2) for details.