Skip to main content

Module watcher

Module watcher 

Source
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§

WatchHandle
A live watcher subscription. Dropping it stops receiving events.

Enums§

WorkspaceChange
A file system change within a watched workspace root.

Traits§

WorkspaceWatcher
Watches a workspace root for file changes.