Module arti::reload_cfg
source · [−]Available on crate feature
experimental-api
only.Expand description
Code to watch configuration files for any changes.
Structs
A wrapper around notify::RecommendedWatcher
to watch a set of parent
directories in order to learn about changes in some specific files that they
contain.
Builder used to configure a FileWatcher
before it starts watching for changes.
Enums
Event 🔒
Event possibly triggering a configuration reload
Constants
How long to wait after an event got received, before we try to process it.
Functions
Reload the configuration files, apply the runtime configuration, and reconfigure the client as much as we can.
Launch a thread to reload our configuration files.