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§
- Multi
File Watcher - Multi-file watcher using notify and async coordination
- Watcher
Config - Configuration for the file watcher
Enums§
- Watch
Event - 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