Don't block when reading from the returned file descriptor.
const INOTIFY_DONT_BLOCK: InotifyFlags = InotifyFlags(IN_NONBLOCK);
inotify_init1(2) and IN_NONBLOCK therein