Skip to content

Introduce inotify-kqueue option.

Gleb Popov requested to merge arrowd/glib:inotify-kqueue into main

The libinotify-kqueue implements an inotify interface in terms of kqueue/kevent calls. This allows to consolidate implementation of filemonitor-like functionality between glib and Qt and also to reuse a more tested inotify code paths.

Merge request reports