Type Alias hermit_sync::SpinMutexGuard

source ·
pub type SpinMutexGuard<'a, T> = MutexGuard<'a, RawSpinMutex, T>;
Expand description