RwLockWriteGuard

Type Alias RwLockWriteGuard 

Source
pub type RwLockWriteGuard<'a, T> = RwLockWriteGuard<'a, RawRwSpinlock, T>;
๐Ÿ‘ŽDeprecated since 0.2.4: Use spin-rs instead
Expand description

A write guard fo the read-write lock.

Aliased Typeยง

pub struct RwLockWriteGuard<'a, T> { /* private fields */ }