kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Library support for Kotlin coroutines
Support the Java Module System through Automatic-Module-Name manifest entry (#2237).
I'm quoting directly from https://github.com/Kotlin/kotlinx.serialization/issues/940 because the same reasoning applies: > **What is your use-case and why do you need this feature?** > As of Kotlin 1.4-M3, Java 9 module...
Currently, using `1.5.2`, everything works fine. After library update to `1.6.0` or `1.6.1` version, I'm receiving message `Module with the Main dispatcher had failed to initialize. For tests Dispatchers.setMain from...
Hi, when using SharedFlows the function last() delivered by Reduce.kt through extensions will never return. It collects the flow and suspends until it is completed, but SharedFlows never complete. For...
This error seems to only appear on my Huawei Honor 10 (COL-AL10 HarmonyOS 2.0.0). The mobile phone(other mobile phones do not) system will stop all the threads of the app...
I found an issue, that the next block of code suddenly blocks Dispatcher. It happens only on scopes with single thread attached (like created with ```newSingleThreadContext("SingleThread#1")``` or ```Dispatchers.Main``` on android)....
Subj prevents us from depending on both of them in any JPMS module and even from having both of them on the module-path simultaneously. Maybe there are other instances of...
Natural aka. smart batching is a technique in stream processing that optimizes throughput without affecting latency. On the example of a concurrent queue, the consumer has the ability to atomically...
Make sure that libraries can use hard-coded `withContext(Dispatchers.IO) { ... }` and still be testable with test dispatchers. See also discussion in #810 and #1202.
We're gradually moving away from 1.6 support (#1589), it seems to be the time to merge supplementary jdk8 artifact into the core. To keep Android API at a reasonable level,...