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
-
swift-evolution
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language.
-
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.)
-
-
-
-
-
-
-
-
korio
Discontinued Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3
-
korim
Discontinued Korim: Kotlin cORoutines IMaging, Bitmap and Vector graphics for Multiplatform Kotlin
-
Kotlin-Multiplatform-Libraries
Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library.
-
kotlinx.coroutines discussion
kotlinx.coroutines reviews and mentions
-
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
- Does the documentation of async{} and launch{} apply to each other? (Aside from the difference that async {} returned a Deferred)
-
Reactive Backend Applications with Spring Boot, Kotlin and Coroutines (Part 2)
Kotlin has coroutines that are supported by the language and implemented by a library (the implementation remains platform-dependent): kotlinx.coroutines and a sandbox environment is available here to try it out.
- Kotlinx Coroutines for Kotlin 1.7.x
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jan 2025
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 kotlin
- kotlinx.coroutines VS compose-multiplatform
- kotlinx.coroutines VS korio
- kotlinx.coroutines VS korim
- kotlinx.coroutines VS okio
- kotlinx.coroutines VS spring-kotlin-coroutine
- kotlinx.coroutines VS spring-native
- kotlinx.coroutines VS KorGE
- kotlinx.coroutines VS Decompose