Skip to content

v0.38.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 22:51
· 27 commits to master since this release
880e21c
fix: double-checked locking fail (#392)

We use double-checked locking to avoid locks on the fast-path, but I
modified the behaviour in #390 to cache the result before the lock,
removing the second check. Face palm.

This fixes #391