Module wasmer_wasix::utils::owned_mutex_guard
source ยท Structsยง
- OwnedRwLockReadGuard ๐
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.