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

Kotlin/kotlinx.coroutines

Library support for Kotlin coroutines observed · 2026-08-28

github.com/Kotlin/kotlinx.coroutines · Kotlin · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

85/100

  • Activity 99
  • Release rhythm 59
  • Longevity 100
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: 102.5
  • age_days: 3724
  • days_rel: 117
  • days_push: 7
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

13805 stars · 1947 forks observed · 2026-08-28

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

The official JetBrains library providing coroutine support for Kotlin, with multiplatform support across JVM, Android, JS, Native, and Wasm. It offers coroutine builders, dispatchers, Flow reactive streams, and synchronization primitives like Channel, Mutex, and Semaphore.

Use cases

  • write asynchronous non-blocking code in Kotlin
  • run background tasks off the main thread on Android
  • build reactive data streams with Flow
  • cancel and structure concurrent tasks safely
  • integrate with CompletableFuture and Promise APIs
  • parallelize work with async/await-style concurrency

When to choose

  • you need structured concurrency and cancellation in Kotlin
  • you are building Android, server-side, or multiplatform Kotlin apps with async needs
  • you want Flow-based reactive streams without heavy frameworks

When to avoid

  • your project is not in Kotlin or a Kotlin-compatible target
  • you need a general-purpose threading library for non-Kotlin JVM languages

Facets

library · maturity stable

concurrency developer-tools cross-platform jvm cross-platform kotlin coroutines async flow structured-concurrency multiplatform android ios web-server nodejs

1 source

Member repositories

RepositoryRoleHealth v2
Kotlin/kotlinx.coroutinesmain85

For agents

markdown · JSON · MCP: product_card(name="Kotlin/kotlinx.coroutines")

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