Sha256: a6bdbdf816f48e54c9c18d57c9e83ac10c1433a98aac45c5c9da6ff9e3f050f1
Contents?: true
Size: 489 Bytes
Versions: 203
Compression:
Stored size: 489 Bytes
Contents
module Concurrent module Synchronization # @!visibility private # @!macro internal_implementation_note class AbstractObject # @abstract has to be implemented based on Ruby runtime def initialize raise NotImplementedError 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
203 entries across 180 versions & 44 rubygems