Sha256: d3be907f8a3129d8d8cc5a1f9303b469b42b05212d38b39884ce6380851946f9

Contents?: true

Size: 1.46 KB

Versions: 0

Compression: gzip

Compressed size: 627 Bytes

Stored size: 627 Bytes

Contents

--- !ruby/object:Gem::Specification
name: asynchronous
version: !ruby/object:Gem::Version
  version: 4.0.1
platform: ruby
authors:
- Adam Luzsi
autorequire: 
bindir: bin
cert_chain: []
date: 2018-01-26 00:00:00.000000000 Z
dependencies: []
description: Thread like interface for Kernel fork for parallel programming in MRI
  ruby. Anti zombi process following included
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:
- MIT
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: Thread like interface for Kernel fork for parallel programming in MRI ruby
test_files:
- spec/asynchronous/thread_spec.rb
- spec/spec_helper.rb

Package Spec version

asynchronous-4.0.1