Sha256: 3224870459d979a68e5dd1a76276809f2c27417f0757ed2c254752d8b87b9636

Contents?: true

Size: 233 Bytes

Versions: 4

Compression:

Stored size: 233 Bytes

Contents

module Concurrent
  module Synchronization

    if Concurrent.on_jruby?

      # @!visibility private
      # @!macro internal_implementation_note
      class JRubyLockableObject < AbstractLockableObject

      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
concurrent-ruby-1.0.0.pre3-java lib/concurrent/synchronization/jruby_lockable_object.rb
concurrent-ruby-1.0.0.pre3 lib/concurrent/synchronization/jruby_lockable_object.rb
concurrent-ruby-1.0.0.pre2-java lib/concurrent/synchronization/jruby_lockable_object.rb
concurrent-ruby-1.0.0.pre2 lib/concurrent/synchronization/jruby_lockable_object.rb