Module hot_reload

Module hot_reload 

Source
Expand description

Hot-reload support for configuration and provider availability changes

This module provides file watching and change detection for configuration files, as well as callbacks for provider availability changes. It enables runtime updates without requiring application restart.

Structs§

HotReloadManager
Configuration hot-reload manager

Type Aliases§

ConfigChangeCallback
Callback type for configuration changes
ProviderAvailabilityCallback
Callback type for provider availability changes