Skip to main content

Module watcher_port

Module watcher_port 

Source
Expand description

WatcherPort — debounced filesystem watch events.

Core defines the port contract; file-watcher wraps the notify crate (inotify / FSEvents / ReadDirectoryChangesW) with a debounced stream.

Structs§

WatchEvent
A single debounced watch notification.
WatchHandle
Subscription handle returned by WatcherPort::watch.

Enums§

WatchEventKind
Kind of filesystem change observed by a watcher.

Traits§

WatcherPort
Filesystem watch port with debounced event delivery.