Categories: None [Edit]
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,460 of 195,762
Downloads: 14,867
Daily
Ranking: 102,761 of 195,747
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 64 | 674,022,584 | nio4r |
| 863 | 62,725,276 | hitimes |
| 24,914 | 62,917 | callbacks_attachable |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | christopheraue |