Expand description
Workspace watcher contract (B4 of the Gitbit platform requirements).
Event-driven local sync: watches a workspace for file changes so a product like Gitbit does not have to poll. Changes flow as typed events (ARCHITECTURE.md Rule 10).
Structs§
- Watch
Handle - A live watcher subscription. Dropping it stops receiving events.
Enums§
- Workspace
Change - A file system change within a watched workspace root.
Traits§
- Workspace
Watcher - Watches a workspace root for file changes.