libasync.watcher

Members

Classes

AsyncDirectoryWatcher
class AsyncDirectoryWatcher

Watches one or more directories in the local filesystem for the specified events by calling a custom event handler asynchroneously when they occur.

Enums

DWFileEvent
enum DWFileEvent

List of events that can be watched for. They must be 'Or'ed together to combined them when calling watch(). OS-triggerd events are exclusive.

Structs

DWChangeInfo
struct DWChangeInfo

Represents one event on one file in a watched directory.

DWHandler
struct DWHandler
Undocumented in source.
WatchInfo
struct WatchInfo
Undocumented in source.

Meta