scala/scala-async
An asynchronous programming facility for Scala observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
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: 4902
- days_rel: n/a
- days_push: 12
- n_releases_24m: 0
Adoption not part of the score
1161 stars · 84 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Scala DSL providing async/await-style syntax for composing scala.concurrent Futures in direct style. It transforms async blocks at compile time into non-blocking state-machine code.
Use cases
- write async await style code in scala
- compose futures without nested flatMap callbacks
- run multiple futures concurrently and await results
- avoid blocking on Future results in scala
- simplify asynchronous control flow with if and await
When to choose
- you use Scala 2.12/2.13 with scala.concurrent.Future and want direct-style async code
- you want compile-time transformation with no runtime dependency overhead beyond a small library
- chained flatMap/map combinators make your Future code hard to read
When to avoid
- you are on Scala 3, which has native async/await support in the standard library ecosystem
- you use effect libraries like ZIO or Cats Effect with their own concurrency primitives
- you need runtime-scheduled async rather than compile-time transformed blocks
Facets
library · maturity maintenance
concurrency serialization developer-tools programming-languages jvm scala async-await futures dsl compiler-macro algorithms
1 source
- readme: https://github.com/scala/scala-async · fetched 2026-08-28 · f09c40e71511
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| scala/scala-async | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="scala/scala-async")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem