Module fsmonitor

Source
Expand description

Filesystem monitor tool interface.

Interfaces with a filesystem monitor tool to efficiently query for filesystem updates, without having to crawl the entire working copy. This is particularly useful for large working copies, or for working copies for which it’s expensive to materialize files, such those backed by a network or virtualized filesystem.

Structs§

WatchmanConfig
Config for Watchman filesystem monitor (https://facebook.github.io/watchman/).

Enums§

FsmonitorSettings
The recognized kinds of filesystem monitors.