RwLockWriteGuard import { RwLockWriteGuard } from "destack:sync"; Active exclusive lock guard. export struct RwLockWriteGuard { lock: *RwLock; } language/library/src/sync/rwlock.ds:80:83 Members lock: *RwLock The locked value.