module Concurrent::Synchronization::TruffleAttrVolatile

Public Class Methods

included(base) click to toggle source
# File lib/concurrent/synchronization/truffle_object.rb, line 5
def self.included(base)
  base.extend(ClassMethods)
end

Public Instance Methods

full_memory_barrier() click to toggle source
# File lib/concurrent/synchronization/truffle_object.rb, line 16
def full_memory_barrier
  Truffle::System.full_memory_barrier
end