Type Alias hermit_sync::InterruptSpinMutexGuard
source · pub type InterruptSpinMutexGuard<'a, T> = MutexGuard<'a, RawInterruptSpinMutex, T>;Expand description
A lock_api::MutexGuard based on RawInterruptSpinMutex.
pub type InterruptSpinMutexGuard<'a, T> = MutexGuard<'a, RawInterruptSpinMutex, T>;A lock_api::MutexGuard based on RawInterruptSpinMutex.