Type Definition concurrency_traits::rw_lock::SpinRwLock[][src]

type SpinRwLock<T, CS> = CustomRwLock<T, RawSpinRwLock<CS>>;
Expand description

A read-write lock that spins to wait. Should only be locked for short durations.