0.02
Provides a simple task worker, with a task concurrency limit.
2019
2020
2021
2022
2023
2024
0.01
A concurrency library for Ruby inspired by java.util.concurrency and Go (golang). By http://www.appoxy.com
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
0.01
An ETL (Extract-Transform-Load) library that uses a forking process model for concurrency.
2019
2020
2021
2022
2023
2024
0.01
Wraps the net-snmp core usage into idiomatic ruby.
It is designed to support as many environments and concurrency frameworks as possible.
2019
2020
2021
2022
2023
2024
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...
2019
2020
2021
2022
2023
2024
0.01
Actors based concurrency library for Ruby.
2019
2020
2021
2022
2023
2024
0.01
A lightweight gem for foreign exchange and currency conversion.
2019
2020
2021
2022
2023
2024
0.01
A Redis-backed concurrency management system
2019
2020
2021
2022
2023
2024
0.0
An implementation of the CSP concurrency primitives
2019
2020
2021
2022
2023
2024
0.0
Support library to provide Futures and Promises for different concurrency models.
2019
2020
2021
2022
2023
2024
0.0
HTTP fetch client based on ruby EventMachne and EM-HTTP-Request that has configureable concurrency regardless of EM's thread pool.
2019
2020
2021
2022
2023
2024
0.0
SimpleFuture is class that simplifies coarse-grained concurrency using
processes instead of threads.
Each instance represents the future result of a block that is passed
to it. The block is evaluated in a forked child process and its result
is returned to the SimpleFuture ob...
2019
2020
2021
2022
2023
2024
0.0
Smelt from a plentiferous gallimaufry of requests an agglomerated bale of responses. With, y'know, concurrency and all that.
2019
2020
2021
2022
2023
2024
0.0
Provides an extension API for MRI that enables better performance and is safe
on Ruby implementations with modern garbage collection and concurrency
facilities.
2019
2020
2021
2022
2023
2024
0.0
This is a toy tool to extend concurrency for objects.
2019
2020
2021
2022
2023
2024
0.0
FastFind is a high-performance Find alternative for
Ruby implementations with effective thread
concurrency, particularly JRuby.
2019
2020
2021
2022
2023
2024
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.
2019
2020
2021
2022
2023
2024
0.0
Guava is a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, and more!
2019
2020
2021
2022
2023
2024
0.0
Crunch is an alternative MongoDB driver with an emphasis on high concurrency, atomic update operations, and document integrity. It uses the Rev event library for non-blocking writes and reads. Its API is more limited than the official Mongo Ruby driver, but simpler and more Rubyish.
2019
2020
2021
2022
2023
2024