async fn reload_configuration<R: Runtime>(
runtime: R,
watcher: Option<FileWatcher>,
sources: &ConfigurationSources,
modules: &[Weak<dyn ReconfigurableModule>],
tx: FileEventSender,
) -> Result<Option<FileWatcher>>
Expand description
Reload the configuration.