Structsยง
- Owned
RwLock ๐Read Guard
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.