We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86c2c6 commit b7bc7d0Copy full SHA for b7bc7d0
lib/concurrent/synchronization/lockable_object.rb
@@ -13,7 +13,7 @@ module Synchronization
13
when Concurrent.on_rbx?
14
RbxLockableObject
15
when Concurrent.on_truffle?
16
- TruffleLockableObject
+ MriMutexLockableObject
17
else
18
warn 'Possibly unsupported Ruby implementation'
19
MriMonitorLockableObject
0 commit comments