You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! :)
0 commit comments