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 322c6bb commit 64c6de1Copy full SHA for 64c6de1
lib/concurrent/set.rb
@@ -41,7 +41,7 @@ class JRubySet < ::Set
41
42
class RbxSet < ::Set
43
end
44
- ThreadSafe::Util.make_synchronized_on_rbx Concurrent::Set
+ ThreadSafe::Util.make_synchronized_on_rbx Concurrent::RbxSet
45
RbxSet
46
47
when Concurrent.on_truffleruby?
@@ -50,7 +50,7 @@ class RbxSet < ::Set
50
class TruffleRubySet < ::Set
51
52
53
- ThreadSafe::Util.make_synchronized_on_truffleruby Concurrent::Set
+ ThreadSafe::Util.make_synchronized_on_truffleruby Concurrent::TruffleRubySet
54
TruffleRubySet
55
56
else
0 commit comments