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 ea11c59 commit 86e9071Copy full SHA for 86e9071
lib/concurrent/array.rb
@@ -25,7 +25,7 @@ class Array < ::Array
25
include JRuby::Synchronized
26
end
27
28
- elsif Concurrent.on_rbx?
+ elsif Concurrent.on_rbx? || Concurrent.on_truffle?
29
require 'monitor'
30
require 'concurrent/thread_safe/util/array_hash_rbx'
31
lib/concurrent/hash.rb
@@ -22,7 +22,7 @@ class Hash < ::Hash
22
23
24
0 commit comments