ConfigProvider

Type Alias ConfigProvider 

Source
pub type ConfigProvider = Arc<dyn Fn() -> Config + Send + Sync>;
Expand description

Supplies the host’s current config on demand. coven reads it fresh each call — never snapshotting or writing it — so a host with reactive config sees changes without rebuilding the manager.

Aliased Type§

pub struct ConfigProvider { /* private fields */ }