[4.0.0-alpha14] Fix lock! thread safety
Pre-release
Pre-release
Fixes
- Fix lock! not being thread safe. It was possible for 2 jobs to be enqueued even with
lock!
on the job ifjob.do
was called simultaneously from different threads.