Could someone quickly summarise it or point me to ...
# coroutines
f
Could someone quickly summarise it or point me to a doc where it is summarised, how kotlin coroutines are different from Quasar? They both seem to offer almost the same capabilities.
e
frankdavid: They key difference is that Kotlin coroutines are implemented via compile-time transformation. You can read more in design document: https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md
I have not seen any point-by-point comparison with Quasar, though. I requires somebody with knowledge of both Quasar & Kotlin coroutines. It would be great if somebody studies both and writes this kind of summary. Post the link here if you find or write something about it, please.
f
Thank you