Type Definition ksched::sync::SpinlockGuard[]

type SpinlockGuard<'a, T> = MutexGuard<'a, Mutex<(), Spin>, T>;
Expand description

A guard that provides mutable data access (compatible with lock_api).