Function remove_unusable_circuits

Source
async fn remove_unusable_circuits<B: AbstractCircBuilder<R> + 'static, R: Runtime>(
    pool: Weak<HsCircPoolInner<B, R>>,
    netdir_provider: Weak<dyn NetDirProvider + 'static>,
)
Available on crate feature hs-common only.
Expand description

Background task to remove unusable circuits whenever the directory changes.