Skip to main content

Module async_watcher

Module async_watcher 

Source
Expand description

Async Conversation Watcher

Provides event-driven file watching for Claude conversation JSONL files. Uses the notify crate for filesystem events with a periodic fallback poll.

Structsยง

AsyncConversationWatcher
Async conversation watcher that uses filesystem events with a periodic fallback poll for reliability.
WatcherConfig
Configuration for the async watcher
WatcherHandle
Handle to control a running watcher