Concurrent Processing
Tools that simplify the writing of concurrent Ruby programs
21.0
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
2020
2021
2022
2023
2024
2025
7.16
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
...
2020
2021
2022
2023
2024
2025
4.58
Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects
2020
2021
2022
2023
2024
2025
1.22
A concurrency framework for Ruby.
2020
2021
2022
2023
2024
2025
0.48
Cool.io provides a high performance event framework for Ruby which uses the libev C library
2020
2021
2022
2023
2024
2025
0.15
A Ruby gem for performing work in background threads.
2020
2021
2022
2023
2024
2025
0.05
Dataflow concurrency for Ruby (inspired by the Oz language)
2020
2021
2022
2023
2024
2025
0.01
Actors based concurrency library for Ruby.
2020
2021
2022
2023
2024
2025
0.0
A lightweight, extensible asynchronous event routing framework in Ruby.
2020
2021
2022
2023
2024
2025
0.01
Eventbox is a model of concurrent computation that is used to build thread-safe objects with arbitrary interfaces.
It is [kind of advancement](#comparison-threading-abstractions) of the well known [actor model](https://en.wikipedia.org/wiki/Actor_model) leveraging the possibilities of the ruby la...
2020
2021
2022
2023
2024
2025