Function tor_hsservice::ipt_set::lock_shared

source ยท
fn lock_shared(
    shared: &Arc<Mutex<PublishIptSet>>
) -> MutexGuard<'_, PublishIptSet>
Expand description

Lock the shared state and obtain a lock guard

Does not do any notification.