Type Definition spinny::RwLockWriteGuard

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

A write guard fo the read-write lock.