pub fn watch_for_config_changes<R: Runtime>(
    sources: ConfigurationSources,
    original: ArtiConfig,
    client: TorClient<R>
) -> Result<()>
Available on crate feature experimental-api only.
Expand description

Launch a thread to reload our configuration files.

If current configuration requires it, watch for changes in sources and try to reload our configuration. On unix platforms, also watch for SIGHUP and reload configuration then.