--- !ruby/object:Gem::Specification name: concurrent-ruby version: !ruby/object:Gem::Version version: 0.7.2 platform: ruby authors: - Jerry D'Antonio autorequire: bindir: bin cert_chain: [] date: 2015-01-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ref requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.5 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.0.5 description: |2 Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns. email: jerry.dantonio@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md - LICENSE.txt - CHANGELOG.md files: - CHANGELOG.md - LICENSE.txt - README.md - lib/concurrent.rb - lib/concurrent/actor.rb - lib/concurrent/actor/behaviour.rb - lib/concurrent/actor/behaviour/abstract.rb - lib/concurrent/actor/behaviour/awaits.rb - lib/concurrent/actor/behaviour/buffer.rb - lib/concurrent/actor/behaviour/errors_on_unknown_message.rb - lib/concurrent/actor/behaviour/executes_context.rb - lib/concurrent/actor/behaviour/linking.rb - lib/concurrent/actor/behaviour/pausing.rb - lib/concurrent/actor/behaviour/removes_child.rb - lib/concurrent/actor/behaviour/sets_results.rb - lib/concurrent/actor/behaviour/supervised.rb - lib/concurrent/actor/behaviour/supervising.rb - lib/concurrent/actor/behaviour/terminates_children.rb - lib/concurrent/actor/behaviour/termination.rb - lib/concurrent/actor/context.rb - lib/concurrent/actor/core.rb - lib/concurrent/actor/default_dead_letter_handler.rb - lib/concurrent/actor/envelope.rb - lib/concurrent/actor/errors.rb - lib/concurrent/actor/internal_delegations.rb - lib/concurrent/actor/public_delegations.rb - lib/concurrent/actor/reference.rb - lib/concurrent/actor/root.rb - lib/concurrent/actor/type_check.rb - lib/concurrent/actor/utils.rb - lib/concurrent/actor/utils/ad_hoc.rb - lib/concurrent/actor/utils/balancer.rb - lib/concurrent/actor/utils/broadcast.rb - lib/concurrent/actor/utils/pool.rb - lib/concurrent/actress.rb - lib/concurrent/agent.rb - lib/concurrent/async.rb - lib/concurrent/atomic.rb - lib/concurrent/atomic/atomic_boolean.rb - lib/concurrent/atomic/atomic_fixnum.rb - lib/concurrent/atomic/condition.rb - lib/concurrent/atomic/copy_on_notify_observer_set.rb - lib/concurrent/atomic/copy_on_write_observer_set.rb - lib/concurrent/atomic/count_down_latch.rb - lib/concurrent/atomic/cyclic_barrier.rb - lib/concurrent/atomic/event.rb - lib/concurrent/atomic/semaphore.rb - lib/concurrent/atomic/synchronization.rb - lib/concurrent/atomic/thread_local_var.rb - lib/concurrent/atomic_reference/concurrent_update_error.rb - lib/concurrent/atomic_reference/direct_update.rb - lib/concurrent/atomic_reference/jruby.rb - lib/concurrent/atomic_reference/mutex_atomic.rb - lib/concurrent/atomic_reference/numeric_cas_wrapper.rb - lib/concurrent/atomic_reference/rbx.rb - lib/concurrent/atomic_reference/ruby.rb - lib/concurrent/atomics.rb - lib/concurrent/channel/buffered_channel.rb - lib/concurrent/channel/channel.rb - lib/concurrent/channel/unbuffered_channel.rb - lib/concurrent/channel/waitable_list.rb - lib/concurrent/channels.rb - lib/concurrent/collection/blocking_ring_buffer.rb - lib/concurrent/collection/priority_queue.rb - lib/concurrent/collection/ring_buffer.rb - lib/concurrent/collections.rb - lib/concurrent/configuration.rb - lib/concurrent/dataflow.rb - lib/concurrent/delay.rb - lib/concurrent/dereferenceable.rb - lib/concurrent/errors.rb - lib/concurrent/exchanger.rb - lib/concurrent/executor/cached_thread_pool.rb - lib/concurrent/executor/executor.rb - lib/concurrent/executor/fixed_thread_pool.rb - lib/concurrent/executor/immediate_executor.rb - lib/concurrent/executor/indirect_immediate_executor.rb - lib/concurrent/executor/java_cached_thread_pool.rb - lib/concurrent/executor/java_fixed_thread_pool.rb - lib/concurrent/executor/java_single_thread_executor.rb - lib/concurrent/executor/java_thread_pool_executor.rb - lib/concurrent/executor/per_thread_executor.rb - lib/concurrent/executor/ruby_cached_thread_pool.rb - lib/concurrent/executor/ruby_fixed_thread_pool.rb - lib/concurrent/executor/ruby_single_thread_executor.rb - lib/concurrent/executor/ruby_thread_pool_executor.rb - lib/concurrent/executor/ruby_thread_pool_worker.rb - lib/concurrent/executor/safe_task_executor.rb - lib/concurrent/executor/serialized_execution.rb - lib/concurrent/executor/single_thread_executor.rb - lib/concurrent/executor/thread_pool_executor.rb - lib/concurrent/executor/timer_set.rb - lib/concurrent/executors.rb - lib/concurrent/future.rb - lib/concurrent/ivar.rb - lib/concurrent/lazy_register.rb - lib/concurrent/logging.rb - lib/concurrent/mvar.rb - lib/concurrent/obligation.rb - lib/concurrent/observable.rb - lib/concurrent/options_parser.rb - lib/concurrent/promise.rb - lib/concurrent/scheduled_task.rb - lib/concurrent/timer_task.rb - lib/concurrent/tvar.rb - lib/concurrent/utilities.rb - lib/concurrent/utility/processor_count.rb - lib/concurrent/utility/timeout.rb - lib/concurrent/utility/timer.rb - lib/concurrent/version.rb - lib/concurrent_ruby.rb - lib/extension_helper.rb homepage: http://www.concurrent-ruby.com licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: Modern concurrency tools for Ruby. Inspired by Erlang, Clojure, Scala, Haskell, F#, C#, Java, and classic concurrency patterns. test_files: []