[−][src]Constant inotify_sys::IN_NONBLOCK
pub const IN_NONBLOCK: c_int
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.
pub const IN_NONBLOCK: c_int
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.