Constant inotify_sys::IN_NONBLOCK[][src]

pub const IN_NONBLOCK: c_int = libc::O_NONBLOCK

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.