Sha256: 01da3a89eb81a2d2deff61432ec77c6c01e7c330475ef6cf8e60097efb05bc55
Contents?: true
Size: 271 Bytes
Versions: 205
Compression:
Stored size: 271 Bytes
Contents
module Concurrent module Synchronization if Concurrent.on_jruby? && Concurrent.java_extensions_loaded? # @!visibility private # @!macro internal_implementation_note class JRubyLockableObject < AbstractLockableObject end end end end
Version data entries
205 entries across 182 versions & 44 rubygems