-
TruffleRuby 21.1.0 was released: https://github.com/oracle/truffleruby/releases/tag/vm-21.1.0
Could you update to the new version and run the benchmarks?
I think there should be some good improvemen…
-
According to [kotlinx.coroutines Contributing Guidelines](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CONTRIBUTING.md#submitting-issues), I'm creating this issue as a mirror for KT-42898,…
-
**Description**
Hello to all. I am lately heavily using Quarkus together with Kotlin and I would like to ask you what the progress is, if any, regarding Kotlin Coroutines support in Quarkus APIs. P…
-
**Is your feature request related to a problem? Please describe.**
I'm currently using apollo for a multiplatform project. But using it alongside Ktor bumps Ktor's coroutines version down to 1.3.9 in…
-
This change https://github.com/dotnet/coreclr/commit/03ead514a3aa414b26246a4160d0593811fd1044 made it so that Task can resume state machine execution in an allocation free way. If we combine this chan…
-
Hello,
I've import parse sdk and parse coroutines with
``` gradle
//Parse SDK
implementation "com.github.parse-community.Parse-SDK-Android:parse:1.23.1"
//Parse coroutines
implementation "com.g…
-
Given webassembly currently doesn't have couroutine support, being able to use boost fibers from emscripten would be awesome!
-
Given webassembly currently doesn't have couroutine support, being able to use boost fibers from emscripten would be awesome!!!
-
# Nossa empresa
Somos movidos por Gente e buscamos pessoas inconformadas e que não se contentam com o _mediano_ - valorizamos a meritocracia de ideias.
Com o cliente no centro das decisões e a é…
-
In the latest kotlin-coroutine,to invoke launch must depend on a CoroutineScope;
So the launch can't be invoked in the extend function Route.CoroutineHandler() ;
If always use GlobalScope.launch()…