Type Alias ostd::sync::ArcSpinLockGuard

source ·
pub type ArcSpinLockGuard<T> = SpinLockGuard_<T, Arc<SpinLock<T>>>;
Expand description

A guard that provides exclusive access to the data protected by a Arc<SpinLock>.

Aliased Type§

struct ArcSpinLockGuard<T> { /* private fields */ }