concurrently — A concurrency framework for Ruby and mruby
At its core runs an event loop that schedules ruby fibers. It enables event driven
software design, especially evented IO. It's fast, light-weight and well documented.
The library is hosted on
github.