Skip to content

Commit b7bc7d0

Browse files
committed
Use the mutex LockableObject on Truffle.
1 parent f86c2c6 commit b7bc7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/concurrent/synchronization/lockable_object.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module Synchronization
1313
when Concurrent.on_rbx?
1414
RbxLockableObject
1515
when Concurrent.on_truffle?
16-
TruffleLockableObject
16+
MriMutexLockableObject
1717
else
1818
warn 'Possibly unsupported Ruby implementation'
1919
MriMonitorLockableObject

0 commit comments

Comments
 (0)