SaaSHub helps you find the best software and product alternatives Learn more →
Kotlinx.coroutines Alternatives
Similar projects and alternatives to kotlinx.coroutines
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
compose-multiplatform
Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
-
-
-
-
-
koin
Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
-
Decompose
Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)
-
-
Kotest
Powerful, elegant and flexible test framework for Kotlin with assertions, property testing and data driven tests.
-
-
-
-
-
-
korim
Discontinued Korim: Kotlin cORoutines IMaging, Bitmap and Vector graphics for Multiplatform Kotlin
-
-
-
korio
Discontinued Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
-
kotlinx.coroutines discussion
kotlinx.coroutines reviews and mentions
-
Modern concurrency approaches on the JVM: Coroutines and Loom
A coroutine is a lightweight thread that is managed by the Kotlin runtime. Coroutines were initially proposed in Kotlin version 1.1 M01, released in 2017. The first stable version was released with Kotlin 1.3 one year later.
-
Building a Durable Execution Engine with SQLite
unfortunately they've never really taken off so folks reach for explicit state machines instead. there have been a handful of options on the jvm over the years (e.g. quasar) but they're nearly all abandoned, the loom continuation API is internal with no hint of it being public, the kotlinx-coroutines issue (https://github.com/Kotlin/kotlinx.coroutines/issues/76) is inactive, etc.. such a shame
-
Ultimate Kotlin Cheatsheet
kotlinx.coroutines - Coroutines library
-
Coroutines, Distributed Cache, Resilience, and Replication in Kotlin — Making a VMA’s application
Guide to UI programming with coroutines
-
Gradle: from Newbie to Strong fundamentals
Now, let's consider an example. For instance, let's create a Kotlin/JVM project with kotlinx.coroutines library as a dependency.
-
Add `statefulMap` and `statefulTransform` operator to Kotlin coroutines' Flow
Greetings community, I just submited a PR to Kotlin coroutines with two additional operators :
-
Should I choose Kotlin over Java for a new project (backend)?
The harder parts of Kotlin are going to be things like kotlinx.coroutines, but that's just a library, not a core part of the language. It's about as hard to learn as a comparable library in another language, like the Task Parallel Library in .NET.
- kotlinx.coroutines 1.7.0 released
- Is it ok to have global scopes when the coroutine I'm starting has *nothing* to do with showing UI, nor do I care about its result?
- Release 1.7.0-Beta · Kotlin/kotlinx.coroutines
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jun 2026
Stats
Kotlin/kotlinx.coroutines is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of kotlinx.coroutines is Kotlin.
Popular Comparisons
- kotlinx.coroutines VS kotlin-coroutines
- kotlinx.coroutines VS korim
- kotlinx.coroutines VS spring-kotlin-coroutine
- kotlinx.coroutines VS korio
- kotlinx.coroutines VS korui
- kotlinx.coroutines VS coroutinesmanager
- kotlinx.coroutines VS kotlin
- kotlinx.coroutines VS okio
- kotlinx.coroutines VS FlowRiddles
- kotlinx.coroutines VS Decompose