fswatch

Members

Enums

FileChangeEventType
enum FileChangeEventType

Structs

FileChangeEvent
struct FileChangeEvent

Structure containing information about filesystem events.

FileWatch
struct FileWatch

An instance of a FileWatcher Contains different implementations (win32 api, inotify and polling using the std.file methods) Specify version = FSWForcePoll; to force using std.file (is slower and more resource intensive than the other implementations)

Meta