Type Definition spinny::RwLockReadGuard

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

A read guard for the read-write lock.