Concurrent Processing
Tools that simplify the writing of concurrent Ruby programs
20.45
Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more.
Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.
2021
2022
2023
2024
2025
2026
6.2
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
...
2021
2022
2023
2024
2025
2026
3.55
Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects
2021
2022
2023
2024
2025
2026
1.27
A concurrency framework for Ruby.
2021
2022
2023
2024
2025
2026
0.38
Cool.io provides a high performance event framework for Ruby which uses the libev C library
2021
2022
2023
2024
2025
2026
0.12
A Ruby gem for performing work in background threads.
2021
2022
2023
2024
2025
2026
0.03
Dataflow concurrency for Ruby (inspired by the Oz language)
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.01
Actors based concurrency library for Ruby.
2021
2022
2023
2024
2025
2026
0.0
A lightweight, extensible asynchronous event routing framework in Ruby.
2021
2022
2023
2024
2025
2026