https://kotlinlang.org logo
Title
s

Simone Civetta

02/07/2018, 5:14 PM
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

kyonifer

02/07/2018, 5:47 PM
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

olonho

02/08/2018, 5:36 AM
Replied in Kotlin blog post
👍 1
s

Simone Civetta

02/08/2018, 1:13 PM
Thank you @olonho! On the other hand, is there any K/N
kotlinx.coroutines
implementation in the works?
o

olonho

02/08/2018, 1:14 PM
Yes, it is being developed
s

Simone Civetta

02/08/2018, 1:15 PM
Good to hear 🙂