Hi! I have a question about coroutines support whi...
# coroutines
o
Hi! I have a question about coroutines support while targeting Kotlin/JS platform. I just saw https://github.com/Kotlin/kotlinx.coroutines/issues/3433#issuecomment-1340924559 recently, so it means coroutines in JavaScript have been abandoned in general, and it's better to use plain `Promise`s?
a
If I read the thread correctly they won’t implement any “specific” JS coroutine features. That is different than abandoning it, which would make absolutely no sense.
s
coroutines for JS are completely safe to use, and should be used. That's different from them creating JS specific features though.
n
I think the Kotlin Team must prioritize so they don't have time for everything... although "demand seems to be quite low" is partly because they don't invest much into Kotlin/JS development so there are serious problems with this Kotlin target.