Skip to content

[4.0.0-alpha14] Fix lock! thread safety

Pre-release
Pre-release
Compare
Choose a tag to compare
@CChanHY CChanHY released this 08 Aug 13:58
· 37 commits to master since this release
a4e67ae

Fixes

  • Fix lock! not being thread safe. It was possible for 2 jobs to be enqueued even with lock! on the job if job.do was called simultaneously from different threads.