I was wondering, what's the current way to create a coroutine on JS? there are no builders if I'm not mistaken. Should I write my own oder can I just get away with making my
main
function
suspend
?
k
konsoletyper
11/20/2017, 8:56 AM
You can create your own builder, it's quite simple