Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
RubyOtheractive
5 projectsConcurrency and Parallelism
Modern concurrency tools including agents, futures, promises, thread pools, supervisors, and more. Inspired by Erlang, Clojure, Scala, Go, Java, JavaScript, and classic concurrency patterns.
RubyOtheractive
An event-driven I/O and lightweight concurrency library for Ruby.
RubyOtheractive
Run any code in parallel Processes (> use all CPUs) or Threads (> speedup blocking operations). Best suited for map-reduce or e.g. parallel downloads/uploads.
RubyMIT Licensesteady
Fine-grained concurrency for Ruby.
CMIT Licenseslowingarchived
brain-dead simple parallel processing for ruby.
Rubydormant