0.0
Go's concurrency model "implemented" for Ruby
2020
2021
2022
2023
2024
2025
0.0
Convert video formats with custom concurrency, batch size, and conversion delay
2020
2021
2022
2023
2024
2025
0.0
A simple set of lightweight concurrency tools.
2020
2021
2022
2023
2024
2025
0.0
Some tools to make concurrency in Ruby, like thread pools
2020
2021
2022
2023
2024
2025
0.0
URL agent can handle common errors, concurrency and fallback for applications that call a large number of URLs.
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
Smelt from a plentiferous gallimaufry of requests an agglomerated bale of responses. With, y'know, concurrency and all that.
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
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...
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 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
0.0
DispatchQueueRb is a pure ruby implementation of Grand Central Dispatch concurrency primitives. It implements serial and concurrent queues, with synchronous, asynchronous, barrier and delayed dispatch methods. All queues dispatch methods support an optional dispatch groups to synchronize on compl...
2020
2021
2022
2023
2024
2025
0.0
Angstrom is an Mongrel2 fronted, actor-based web development framework similar in style to sinatra. With natively-threaded interpreters (Rubinius2), Angstrom provides true concurrency and high stability, by design.
2020
2021
2022
2023
2024
2025
0.0
Zbatery is an HTTP server for Rack applications on systems that either
do not support fork(), or have no memory (nor need) to run the
master/worker model. It is based on Rainbows! (which is based on
Unicorn (which is based on Mongrel)) and inherits parts of each.
Zbatery supports your choice of ...
2020
2021
2022
2023
2024
2025
0.0
A bare-bones Ruby HTTP server that talks Rack and uses a thread per connection model of concurrency.
2020
2021
2022
2023
2024
2025
0.0
Locker is a locking mechanism for limiting the concurrency of ruby code using the database. It presently only works with PostgreSQL.
2020
2021
2022
2023
2024
2025
0.0
Prevent multiple sidekiq jobs with the same arguments from running at the same time.
2020
2021
2022
2023
2024
2025