Sign in Sign up
rubygems

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}"

Activity

Latest release
8y ago
Total releases
4
Cadence
~14 days
Last 12 months
0

Details

License
Apache-2.0
First release
Jun 26, 2017
Releases
Version Released
1.2.0 minor
1.1.1 patch
1.1.0 minor
1.0.1 initial