Type Definition spinny::RwLock

source · []
pub type RwLock<T> = LARwLock<RawRwSpinlock, T>;
👎Deprecated since 0.2.4: Use spin-rs instead
Expand description

A read-write lock that uses a spinlock internally.