Does Jetbrains have a plan for multithreading with regards to Kotlin/Native?
s
Sam
08/07/2024, 12:15 PM
As far as I know, multithreading is now fully supported on Kotlin/Native, via coroutines. Is that what you need, or are you looking for something else?
h
Hayden Jones
08/07/2024, 12:22 PM
Oh, it actually is. I'm terribly mistaken. I had been under the impression that coroutines only handled concurrency, not parallelism. Thanks!
👍 1
👍🏾 1
s
Sam
08/07/2024, 12:23 PM
It was added recently, in coroutines 1.6 I think, so that's easily understandable