Function tor_circmgr::hspool::launch_hs_circuits_as_needed

source ยท
async fn launch_hs_circuits_as_needed<R: Runtime>(
    pool: Weak<HsCircPool<R>>,
    netdir_provider: Weak<dyn NetDirProvider + 'static>,
    schedule: TaskSchedule<R>
)
Available on crate feature hs-common only.
Expand description

Background task to launch onion circuits as needed.