Skip to main content

Module watcher

Module watcher 

Source

Structs§

WatchHandle
RAII handle that keeps the debouncer alive. Drop this to stop watching.

Enums§

FsEvent

Functions§

watch
Start watching paths recursively. Returns a channel receiver emitting coalesced FS events and a WatchHandle that owns the debouncer — drop the handle to stop watching and close the channel.