Module notify::fsevent [] [src]

Watcher implementation for Darwin's FSEvent API

The FSEvent API provides a mechanism to notify clients about directories they ought to re-scan in order to keep their internal data structures up-to-date with respect to the true state of the file system. (For example, when files or directories are created, modified, or removed.) It sends these notifications "in bulk", possibly notifying the client of changes to several directories in a single callback.

See also https://developer.apple.com/library/mac/documentation/Darwin/Reference/FSEvents_Ref/

Structs

FsEventWatcher

FSEvent-based Watcher implementation