Type Definition hermit_sync::SpinMutex

source ·
pub type SpinMutex<T> = Mutex<RawSpinMutex, T>;
Expand description