Skip to main content

rw_lock_write

Function rw_lock_write 

Source
pub fn rw_lock_write<T>(rw_lock: &RwLock<T>) -> Result<RwLockWriteGuard<'_, T>>
Expand description

Locks the reader-writer lock with exclusive write access.