Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use `withLockPrimitive` to access the underlying lock. ### Motivation: The current method of accessing the lock doesn't build. This fixes bug #2934. ### Modifications: Access the lock via `withLockPrimitive`. ### Result: Now it builds! :)
- Loading branch information