Function keep_netdir_updated

Source
pub(crate) async fn keep_netdir_updated<RT: Runtime>(
    runtime: RT,
    inner: Weak<Mutex<GuardMgrInner>>,
    netdir_provider: Weak<dyn NetDirProvider>,
)
Expand description

Background task to keep a guard manager up-to-date with a given network directory provider.