Ross ROSS = Recommend OSS · open-source software intelligence for agents

getify/asynquence

Asynchronous flow control (promises, generators, observables, CSP, etc) observed · 2026-08-28

github.com/getify/asynquence · JavaScript · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5322
  • days_rel: n/a
  • days_push: 2373
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1733 stars · 146 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

asynquence is a small JavaScript library providing promise-style async sequence flow control, built as an abstraction on top of promise chains. It supports expressing async steps with callbacks, promises, generators, observables, and CSP-style coroutine concurrency via contrib plugins.

Use cases

  • chain multiple async tasks in sequence without callback hell
  • run async steps using generators or async/await
  • coordinate parallel async tasks with gates and races
  • emulate go-style CSP goroutines with generator coroutines
  • handle event-reactive streams with observable-style sequences
  • iterate over lists with async batch processing

When to choose

  • you want a lightweight, dependency-free async flow-control abstraction over promises
  • you need mixed paradigms (callbacks, promises, generators, CSP) in one API
  • you're following You Don't Know JS async patterns and want the companion library

When to avoid

  • you only need native promises or async/await with no extra abstractions
  • you want a actively developed library with recent releases
  • you need a full reactive streams implementation like RxJS

Facets

library · maturity maintenance

concurrency middleware developer-tools web-development browser cross-platform promises generators observables csp async-flow-control streams async-await javascript nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
getify/asynquencemain10

For agents

markdown · JSON · MCP: product_card(name="getify/asynquence")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem