module Concurrent::Synchronization::TruffleAttrVolatile::ClassMethods
Public Instance Methods
attr_volatile(*names)
click to toggle source
# File lib/concurrent/synchronization/truffle_object.rb, line 10 def attr_volatile(*names) # TODO may not always be available attr_atomic(*names) end