-
- Downloads
There was an error fetching the commit references. Please try again later.
Removed usage of Ruby mutexes
In rare circumstances locking/unlocking a Mutex may lead to an object allocation which in turn crashes CRuby when this happens during a GC run. Since the GIL already prevents multiple Ruby threads from running in parallel we should be able to safely remove the usage of explicit mutexes without breaking things.
parent
39a8eb7d
No related branches found
No related tags found
Pipeline #
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Stage: test |
Download artifacts
No artifacts found |