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

type SpinLockStd<T> = SpinLock<T, StdThreadFunctions>;
Expand description

A SpinLock that uses std functions.