Module hot_reload

Module hot_reload 

Source
Expand description

Hot reloading system for zero-downtime configuration updates Configuration Hot Reloading System

Enterprise-grade hot reloading with:

  • File watching for automatic updates
  • Arc swapping for zero-downtime updates
  • Change notifications and callbacks
  • Thread-safe concurrent access
  • Graceful error handling and fallback

Structs§

HotReloadConfig
Hot-reloadable configuration container
HotReloadHandle
Handle for controlling hot reload background thread

Enums§

ConfigChangeEvent
Configuration change event types