Skip to main content

Module watch

Module watch 

Source
Expand description

Filesystem watching for the runs directory. Events are debounced into a single “something changed” tick on a tokio channel; consumers rescan the directory and poll their tailers, which is cheap and race-free because all bundle files are either append-only or atomically replaced.

Structs§

RunsWatcher