Join Slack
Powered by
you can use coroutines on the native platform, no?
# multiplatform
a
addamsson
11/03/2018, 2:00 PM
you can use coroutines on the native platform, no?
p
pdvrieze
11/03/2018, 2:09 PM
Yes you can. Of course native is not yet stable so you may hit limitations. But it is a cross-platform system.
a
addamsson
11/03/2018, 3:10 PM
So I might not have to bother with threads and such at all
r
russhwolf
11/03/2018, 3:22 PM
Coroutines on native are currently only single-threaded, so you’re somewhat limited with what you can do.
a
addamsson
11/03/2018, 5:47 PM
Oh, I see
addamsson
11/03/2018, 5:47 PM
do you have plans to upgrade them?
g
gildor
11/05/2018, 4:58 AM
There are, but it’s not so easy
https://github.com/Kotlin/kotlinx.coroutines/issues/462
👍 1
Open in Slack
Previous
Next