Function 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.