electronicarts/ea-async
EA Async implements async-await methods in the JVM. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 3907
- days_rel: n/a
- days_push: 847
- n_releases_24m: 0
Adoption not part of the score
1419 stars · 141 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EA Async is a Java library that brings .NET-style async-await semantics to the JVM by rewriting calls to Async.await at build time. It lets developers write asynchronous code that uses CompletableFutures in a sequential, blocking-looking style.
Use cases
- write async-await style code in Java
- simplify chains of CompletableFutures
- make non-blocking code more readable
- avoid thenCompose callback nesting
- free worker threads while awaiting other processes
When to avoid
- you use Kotlin or another JVM language with native async/coroutine support
- your project avoids bytecode instrumentation at build time
- you need a library with frequent updates and active development
Facets
library · maturity maintenance
concurrency compiler developer-tools programming-languages backend jvm cross-platform async-await completablefuture bytecode-rewriting non-blocking build-tool-plugin
2 sources
- readme: https://github.com/electronicarts/ea-async · fetched 2026-08-28 · a21ed92bb78b
- homepage: https://go.ea.com/ea-async · fetched 2026-08-29 · d80ab380df72
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| electronicarts/ea-async | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="electronicarts/ea-async")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem