Type Definition ksched::sync::Spinlock[]

type Spinlock<T> = Mutex<Mutex<(), Spin>, T>;
Expand description

A lock that provides mutually exclusive data access (compatible with lock_api).