Type Definition hermit_sync::InterruptMutexGuard
source · pub type InterruptMutexGuard<'a, I, T> = MutexGuard<'a, RawInterruptMutex<I>, T>;Expand description
A lock_api::MutexGuard based on RawInterruptMutex.
pub type InterruptMutexGuard<'a, I, T> = MutexGuard<'a, RawInterruptMutex<I>, T>;A lock_api::MutexGuard based on RawInterruptMutex.