Structs§
- Watch
Handle - Handle returned to the caller. Keeps the watch loop alive.
Drop it or call
stop()to shut down the watcher.
Enums§
- Watch
Event - Events emitted by the watch loop — consumed by the caller (CLI / UI).
Functions§
- watch_
pair - Start watching a named pair. Returns a
WatchHandleimmediately. Theon_eventcallback is called from the watch thread for each event.