Type Alias ostd::sync::SpinLockGuard
source · pub type SpinLockGuard<'a, T> = SpinLockGuard_<T, &'a SpinLock<T>>;
Expand description
A guard that provides exclusive access to the data protected by a SpinLock
.
Aliased Type§
struct SpinLockGuard<'a, T> { /* private fields */ }