I'm losing my mind on concurrency

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Octokit

    Ruby toolkit for the GitHub API

    Of course I can. One thing I use is https://github.com/octokit/octokit.rb/ for accessing Githubs API. The other is https://github.com/arangamani/jenkins_api_client for Jenkins

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Polyphony

    Discontinued Fine-grained concurrency for Ruby

    No need to lose your mind! Here's a solution I whipped up in a couple of minutes using Polyphony, a gem that seems made just for situations like these: https://gist.github.com/ciconia/2beecc22eb34d2be6163567428e4aac8

  4. jenkins_api_client

    Ruby Client libraries for communicating with Jenkins Remote Access API

    Unfortunately the gem jenkins_api_client uses net-http library directly https://github.com/arangamani/jenkins_api_client/blob/c59970e8530e1e2caa0db3bdec70d1f09e8750b2/lib/jenkins_api_client/client.rb#L423 . This does not allow easy customization.

  5. async-http

    I think this example is exactly what you need: https://github.com/socketry/async-http#multiple-requests

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Automate GitHub API Calls With Ruby, Keyboard Maestro, and 1Password CLI

    5 projects | dev.to | 7 Sep 2022
  • How to get a Telegram chat_id in 2026 — 3 methods that actually work

    2 projects | dev.to | 17 May 2026
  • Telegem v3.4.0 is out – Bot API 9.6, Redis store, and looking back at 4.5 months of building

    1 project | dev.to | 6 May 2026
  • Async Ruby is the Future of AI Apps (And It's Already Here)

    2 projects | dev.to | 9 Jul 2025
  • Building a Multi-Connection Redis Server with Ruby's Async Library [Part 1]

    1 project | dev.to | 26 Feb 2025

Did you know that Ruby is
the 12th most popular programming language
based on number of references?