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.
fn lock_shared(
shared: &Arc<Mutex<PublishIptSet>>,
) -> MutexGuard<'_, PublishIptSet>
Lock the shared state and obtain a lock guard
Does not do any notification.