button.watcher

Modules

fsevents
module button.watcher.fsevents
inotify
module button.watcher.inotify
kqueue
module button.watcher.kqueue
windows
module button.watcher.windows

Public Imports

button.watcher.inotify
public import button.watcher.inotify;
Undocumented in source.
button.watcher.windows
public import button.watcher.windows;
Undocumented in source.
button.watcher.fsevents
public import button.watcher.fsevents;
Undocumented in source.
button.watcher.kqueue
public import button.watcher.kqueue;
Undocumented in source.

Meta

Authors

Jason White

Description: Provides a range interface for watching the file system for changes.