Module owned_mutex_guard

Source

Structsยง

OwnedRwLockReadGuard ๐Ÿ”’
OwnedRwLockWriteGuard ๐Ÿ”’

Functionsยง

read_owned ๐Ÿ”’
Locks this rwlock with shared read access, blocking the current thread until it can be acquired.
write_owned ๐Ÿ”’
Locks this rwlock with exclusive write access, blocking the current thread until it can be acquired.