RubyGems Navigation menu

rbgo 0.2.8

Write concurrent program with Ruby in Golang style. You can produce a light weight routine easily with a method 'go' and communicate with each routine by channel. In MRI the GIL prevents you from running code parallelly, but there ara also other ruby implementations such as TruffleRuby or JRuby which can utilize all CPU cores. In MRI write program to run concurrently even not parallelly is also important.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.3.3 - January 05, 2020 (19.5 KB)
  2. 0.3.2 - September 27, 2019 (18.5 KB)
  3. 0.3.1 - September 27, 2019 (18.5 KB)
  4. 0.3.0 - September 26, 2019 (18 KB)
  5. 0.2.15 - September 25, 2019 (17.5 KB)
  6. 0.2.8 - August 11, 2019 (13.5 KB)
Show all versions (27 total)

Runtime Dependencies (2):

nio4r ~> 2.4
system ~> 0.1.3

Owners:

Pushed by:

Authors:

  • Wang Yin

SHA 256 checksum:

a5444e1a0754821acc248dafba7d4f6a43d498b03318d267bed1719802ac65c0

Total downloads 37,341

For this version 1,679

License:

MIT

Required Ruby Version: >= 0

Links: