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: 68,796 of 182,915
Downloads: 12,925
Daily
Ranking: 26,648 of 182,900
Downloads: 8
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 |
---|---|---|
71 | 442,324,120 | nio4r |
742 | 57,022,818 | hitimes |
24,045 | 53,640 | callbacks_attachable |
Owners
# | Gravatar | Handle |
---|---|---|
1 | christopheraue |