Categories: None [Edit]

concurrently

https://rubygems.org/gems/concurrently
https://github.com/christopheraue/m-ruby-concurrently
Concurrently is a concurrency framework for Ruby and mruby based on fibers. With it code can be evaluated independently in its own execution context similar to a thread: hello = concurrently do wait 0.2 # seconds "hello" end world = concurrently do wait 0.1 # seconds "world" end puts "#{hello.await_result} #{world.await_result}"

Total

Ranking: 68,218 of 180,448
Downloads: 12,477

Daily

Ranking: 146,834 of 180,434
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
73391,759,532nio4r
68655,290,939hitimes
23,78451,488callbacks_attachable

Owners

#GravatarHandle
1iconchristopheraue