Does Jetbrains have a plan for multithreading with...
# language-proposals
h
Does Jetbrains have a plan for multithreading with regards to Kotlin/Native?
s
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
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
It was added recently, in coroutines 1.6 I think, so that's easily understandable
👍 1
👍🏾 1