Sha256: c0a659c84f5b1c11ca13509791a865cf54755b5d1e1344246d2a02c48d106583
Contents?: true
Size: 416 Bytes
Versions: 103
Compression:
Stored size: 416 Bytes
Contents
module Concurrent module Synchronization # @!visibility private # @!macro internal_implementation_note class AbstractObject def initialize # nothing to do end # @!visibility private # @abstract def full_memory_barrier raise NotImplementedError end def self.attr_volatile(*names) raise NotImplementedError end end end end
Version data entries
103 entries across 103 versions & 16 rubygems