Overview
-
module Build
-
module Files
-
module Monitor
-
class Handle
Represents a tracked set of files with an associated callback.
-
class Native
A platform-specific filesystem monitor using native OS APIs.
-
class Polling
A cross-platform filesystem monitor that uses polling to detect changes.
-
-
-