pub type SharedConfig = Arc<Mutex<Config>>;
Wrap a Config in a mutex for use across the runtime.
pub struct SharedConfig { /* private fields */ }