Sha256: 0188f486886194d247521df7895766976b83e321d74c4089aca53e9ec6836259
Contents?: true
Size: 1.43 KB
Versions: 0
Compression: gzip
Compressed size: 649 Bytes
Stored size: 649 Bytes
Contents
--- !ruby/object:Gem::Specification name: asynchronous version: !ruby/object:Gem::Version version: 4.0.0 platform: ruby authors: - Adam Luzsi autorequire: bindir: bin cert_chain: [] date: 2018-01-26 00:00:00.000000000 Z dependencies: [] description: 'DSL for for dead simple to use asynchronous patterns in both VM managed and OS managed way (Concurrency and Parallelism) ' email: - adamluzsi@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - Gemfile.lock - README.md - Rakefile - VERSION - asynchronous.gemspec - examples/basic.rb - examples/bootstrap.rb - files.rb - lib/asynchronous.rb - lib/asynchronous/core_ext.rb - lib/asynchronous/error.rb - lib/asynchronous/thread.rb - lib/asynchronous/utils.rb - lib/asynchronous/zombi_killer.rb - spec/asynchronous/thread_spec.rb - spec/spec_helper.rb - t.rb homepage: https://github.com/adamluzsi/asynchronous licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.13 signing_key: specification_version: 4 summary: Simple Async Based on standard CRuby test_files: - spec/asynchronous/thread_spec.rb - spec/spec_helper.rb