Skip to main content

RwLock

Type Alias RwLock 

Source
pub type RwLock<T> = RwLock<RawSyncRwLock, T>;

Aliased Type§

pub struct RwLock<T> { /* private fields */ }

Trait Implementations§

Source§

impl<T> ResetDependencies for RwLock<T>

Source§

unsafe fn reset_dependencies(&self)

Resets the lock dependency graph for this lock. Read more