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