Constant lrs::inotify::flags::INOTIFY_DONT_BLOCK

Don't block when reading from the returned file descriptor.

Syntax

const INOTIFY_DONT_BLOCK: InotifyFlags = InotifyFlags(IN_NONBLOCK);

See also