question (especially after reading your interestin...
# kotlin-native
s
question (especially after reading your interesting article @olonho): as far as I understand, workers are not available in Kotlin/JVM... Isn’t that a major cause of incompatibility between Native and JVM implementations?
k
I am also curious about this. The coroutines docs seem to indicate that using
CommonPool
is the suggested way to get multicore concurrent work done, at least on the JVM with coroutines. I'd be interested to know what the recommended path is for multiplatform apps, and how workers fit into that picture
👍 1
o
Replied in Kotlin blog post
👍 1
s
Thank you @olonho! On the other hand, is there any K/N
kotlinx.coroutines
implementation in the works?
o
Yes, it is being developed
s
Good to hear 🙂