Skip to main content

Module watcher

Module watcher 

Source
Expand description

Config file watcher.

Watches a TOML config file for changes, debounces rapid modifications, and reloads the configuration. Invalid configs are rejected, preserving the last known good config.

Requires the config-watch feature.

Structsยง

ConfigWatcher
A config file watcher that reloads on changes.