Sha256: 535d3eca0099d0acc51942814c8a0785a4bd1e79b54776b46cfca1b6edb8b08b

Contents?: true

Size: 1.46 KB

Versions: 79

Compression:

Stored size: 1.46 KB

Contents

module Concurrent

  # A submodule for unstable, highly experimental features that are likely to
  # change often and which may never become part of the core gem. Also for
  # new, experimental version of abstractions already in the core gem.
  #
  # Most new features should start in this module, clearly indicating the
  # experimental and unstable nature of the feature. Once a feature becomes
  # more stable and is a candidate for inclusion in the core gem it should
  # be moved up to the `Concurrent` module, where it would reside once merged
  # into the core gem.
  #
  # The only exception to this is for features which *replace* features from
  # the core gem in ways that are breaking and not backward compatible. These
  # features should remain in this module until merged into the core gem. This
  # will prevent namespace collisions.
  #
  # This file should *never* be used as a global `require` for all files within
  # the edge gem. Because these features are experimental users should always
  # explicitly require only what they need.
  #
  # @!macro [attach] edge_warning
  #   @api Edge
  #   @note **Edge Feature:** Edge features are under active development and may change frequently. They are expected not to
  #     keep backward compatibility (there may also lack tests and documentation). Semantic versions will
  #     be obeyed though. Features developed in `concurrent-ruby-edge` are expected to move
  #     to `concurrent-ruby` when final.
  module Edge
  end
end

Version data entries

79 entries across 71 versions & 19 rubygems

Version Path
logstash-filter-csharp-0.2.1 vendor/bundle/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-filter-csharp-0.2.0 vendor/bundle/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
mrcooper-logstash-output-azuresearch-0.2.2 vendor/jruby/2.5.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-output-icinga-1.1.0 vendor/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-output-icinga-1.1.0 vendor/jruby/1.9/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-filter-cache-redis-0.1.0 vendor/bundle/jruby/1.9/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-filter-csharp-0.1.0 vendor/bundle/jruby/2.3.0/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-filter-htmlentities-0.1.0 vendor/bundle/jruby/1.9/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-output-icinga-1.0.0 vendor/jruby/1.9/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-filter-zabbix-0.1.2 vendor/bundle/jruby/1.9/gems/concurrent-ruby-0.9.2-java/lib/concurrent/edge.rb
logstash-filter-zabbix-0.1.1 vendor/bundle/jruby/1.9/gems/concurrent-ruby-0.9.2-java/lib/concurrent/edge.rb
logstash-input-fifo-0.9.1 vendor/bundle/jruby/1.9/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
logstash-input-fifo-0.9.0 vendor/bundle/jruby/1.9/gems/concurrent-ruby-1.0.0-java/lib/concurrent/edge.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb