Skip to main content

Module watcher

Module watcher 

Source
Expand description

Multi-file watching using notify and async-watcher.

This module handles file system event monitoring for multiple files, coordinating with the file state manager and batch processor.

Structs§

MultiFileWatcher
Multi-file watcher using notify and async coordination
WatcherConfig
Configuration for the file watcher

Enums§

WatchEvent
Events that can occur during file watching

Functions§

create_watcher
Create a new multi-file watcher with default configuration
create_watcher_with_config
Create a new multi-file watcher with custom configuration