igrigorik/em-synchrony
Fiber aware EventMachine clients and convenience classes observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6015
- days_rel: n/a
- days_push: 3141
- n_releases_24m: 0
Adoption not part of the score
1035 stars · 145 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Ruby library providing Fiber-aware EventMachine clients and convenience primitives such as connection pools, iterators, and synchronization classes. It lets developers write evented, non-blocking code in a synchronous style using Ruby Fibers.
Use cases
- write async eventmachine code without callback nesting
- fiber-aware connection pooling for mysql2 or redis
- run concurrent http requests with em-http-request in synchronous style
- control concurrency when iterating over async tasks
- convert callback-based async functions into synchronous calls
- use fiber-aware mutex, condition variables, and threads
When to choose
- you maintain a legacy Ruby EventMachine codebase that already uses em-synchrony
- you need synchronous-style code on top of EventMachine clients in Ruby
- you want fiber-based concurrency control primitives in Ruby
When to avoid
- starting a new Ruby project - prefer modern async gems like async or concurrent-ruby
- you are not using EventMachine as your reactor
- you need actively maintained software with recent releases
Facets
library · maturity maintenance
concurrency http-client database-driver caching message-queue developer-tools backend networking ruby eventmachine fibers async reactor-pattern connection-pool ruby-gem linux macos
3 sources
- readme: https://github.com/igrigorik/em-synchrony · fetched 2026-08-28 · a5eb7d4c4813
- homepage: http://www.igvita.com/2010/03/22/untangling-evented-code-with-ruby-fibers · fetched 2026-08-29 · 445e78472179
- site_page: https://www.igvita.com/ · fetched 2026-08-29 · 461eab8cd7b0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| igrigorik/em-synchrony | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="igrigorik/em-synchrony")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem