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.
2 parents a9ae6de + d37231e commit 00232e3Copy full SHA for 00232e3
lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb
@@ -170,6 +170,7 @@ class TruffleRubyAtomicReference < TruffleRuby::AtomicReference
170
alias_method :compare_and_swap, :compare_and_set
171
alias_method :swap, :get_and_set
172
end
173
+ TruffleRubyAtomicReference
174
when Concurrent.on_rbx?
175
# @note Extends `Rubinius::AtomicReference` version adding aliases
176
# and numeric logic.
0 commit comments