0.02
Provides a simple task worker, with a task concurrency limit.
2020
2021
2022
2023
2024
2025
0.02
Fibur is a gem that gives you full concurrency during your I/O calls in Ruby
1.9.
2020
2021
2022
2023
2024
2025
0.01
Gqtp gem provides both GQTP client, GQTP server and GQTP proxy
implementations. They provide asynchronous API. You can use gqtp gem
for high concurrency use.
2020
2021
2022
2023
2024
2025
0.01
Concurrently is a concurrency framework for Ruby and mruby based on
fibers. With it code can be evaluated independently in its own execution
context similar to a thread:
hello = concurrently do
wait 0.2 # seconds
"hello"
end
world = concurrently do
wait 0.1 # s...
2020
2021
2022
2023
2024
2025
0.01
Actors based concurrency library for Ruby.
2020
2021
2022
2023
2024
2025
0.01
An ETL (Extract-Transform-Load) library that uses a forking process model for concurrency.
2020
2021
2022
2023
2024
2025
0.01
Futuroscope is yet another simple gem that implements the Futures concurrency pattern.
2020
2021
2022
2023
2024
2025
0.01
Wraps the net-snmp core usage into idiomatic ruby.
It is designed to support as many environments and concurrency frameworks as possible.
2020
2021
2022
2023
2024
2025
0.01
A concurrency library for Ruby inspired by java.util.concurrency and Go (golang). By http://www.appoxy.com
2020
2021
2022
2023
2024
2025
0.01
A Redis-backed concurrency management system
2020
2021
2022
2023
2024
2025
0.01
A lightweight gem for foreign exchange and currency conversion.
2020
2021
2022
2023
2024
2025
0.0
Retlang is a high performance C# threading library.
The library is intended for use in message based concurrency similar to event based actors in Scala.
The library does not provide remote messaging capabilities.
It is designed specifically for high performance in-memory messaging.
2020
2021
2022
2023
2024
2025
0.0
A gem for doing concurrency locks using a TCP port.
2020
2021
2022
2023
2024
2025
0.0
Allows you to protect the execution of a block against concurrency.
2020
2021
2022
2023
2024
2025
0.0
Salesforce Bulk API with governor limits taken care of, this is a fork off of yatish27/salesforce_bulk_api_serial_or_parallel that just adds serial/parallel concurrency support
2020
2021
2022
2023
2024
2025
0.0
Ruby concurrency extenstions
2020
2021
2022
2023
2024
2025
0.0
Huginn (from Old Norse "thought") is a high-performance Ruby MQTT client
written using an actor-based model. Its main goal is high concurrency and
high performance.
2020
2021
2022
2023
2024
2025
0.0
A Fiberpool implementation for running tasks cooperatively, allows throttling to max concurrency, best used with event machine and non blocking operations.
2020
2021
2022
2023
2024
2025
0.0
Thimble is a ruby gem for parallelism and concurrency. It allows you to decide if you want to use separate processes, or if you want to use threads in ruby. It allows you to create stages with a thread safe queue, and break apart large chunks of work.
2020
2021
2022
2023
2024
2025
0.0
Libray for build multi thread/process programs.
2020
2021
2022
2023
2024
2025