Skip to content

Commit

Permalink
Merge branch 'main' into cache-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethshackleton authored Sep 15, 2023
2 parents c1547a7 + 06f5cd0 commit 9063ab4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ internal class Mutex {
}

fun unlock() {
isLockedUpdater.set(this, 0)
isLockedUpdater[this] = 0
LockSupport.unpark(waiters.peek())
}

Expand Down

0 comments on commit 9063ab4

Please sign in to comment.