Isn’t it better to approach async from coroutines point of view for Kotlin?
t
thomasnield
04/07/2017, 3:08 PM
orangy: Yeah that might be a good go-to since it is native to Kotlin.
I wonder how coroutines interop with Rx. I need to explore that.
o
orangy
04/07/2017, 3:09 PM
Suspension is a natural point where traveling across nodes can occur transparently, but that would need serialization of coroutine state, I suppose. @elizarov ?
k
kyonifer
04/07/2017, 3:09 PM
agreed, especially since the stackless limitation was dropped, it seems like the go-to solution. a lot less complicated than quasar's post instrumentation