Skip to content
Snippets Groups Projects
Commit 242e3726 authored by Yorick Peterse's avatar Yorick Peterse
Browse files

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
No related merge requests found
Pipeline #
Status
Pipeline
Created by
Stages
Actions
Download artifacts

No artifacts found