Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Class System.Inotify._Instance

Description

Simple wrapper class that gives direct access to the inotify(7) interface. On create an inotify instance is initiated by calling inotify_init(2). Every object of this class has its own inotify file descriptor. Use this class only if you want direct access to the file descriptor to read from it manually. For a more user friendly inferface use System.Inotify.Instance.

See also

System.Inotify.Instance