# electronicarts/ea-async

EA Async implements async-await methods in the JVM.

Repository: https://github.com/electronicarts/ea-async
Canonical: https://ross.abutalabs.com/products/ea-async
Homepage: https://go.ea.com/ea-async
Language: Java
License: NOASSERTION
License Family: other
Topics: java, async, async-await, ea-async, concurrency, asynchronous, jvm
Last push: 2024-05-08T21:17:57+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3907, "days_push": 847, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1419, forks 141 (observed 2026-08-28T04:04:40.280715+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: concurrency, compiler
- domain: developer-tools, programming-languages, backend
- platform: jvm, cross-platform
- tags: async-await, completablefuture, bytecode-rewriting, non-blocking, build-tool-plugin

## Member repositories
- electronicarts/ea-async (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:40.280715+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:37:52.680931+00:00, confidence not recorded.
  - readme: https://github.com/electronicarts/ea-async (fetched 2026-08-28T04:04:40.280715+00:00, sha a21ed92bb78b)
  - homepage: https://go.ea.com/ea-async (fetched 2026-08-29T11:50:16.036692+00:00, sha d80ab380df72)
- Data as of 2026-08-30T08:39:29.467469+00:00.
