you can use coroutines on the native platform, no?
# multiplatform
a
you can use coroutines on the native platform, no?
p
Yes you can. Of course native is not yet stable so you may hit limitations. But it is a cross-platform system.
a
So I might not have to bother with threads and such at all
r
Coroutines on native are currently only single-threaded, so you’re somewhat limited with what you can do.
a
Oh, I see
do you have plans to upgrade them?
g
👍 1