Type Definition concurrency_traits::mutex::SpinLock[][src]

type SpinLock<T, CS> = CustomMutex<T, RawSpinLock<CS>>;
Expand description

A lock that spins while being locked. Should only be locked for very short operations.