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: 70,484 of 192,934
Downloads: 14,480

Daily

Ranking: 29,571 of 192,908
Downloads: 10

Depended by

RankDownloadsName

Depends on

RankDownloadsName
66638,118,028nio4r
85561,864,517hitimes
24,77861,650callbacks_attachable

Owners

#GravatarHandle
1iconchristopheraue