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