https://kotlinlang.org logo
Title
f

frankdavid

02/28/2017, 12:52 PM
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

elizarov

02/28/2017, 1:16 PM
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

frankdavid

02/28/2017, 1:29 PM
Thank you