Would this be the right way to transition from rxj...
# coroutines
p
Would this be the right way to transition from rxjava to coroutine?
e
Yes. Await for single is implemented like that. You can also peek at this work in progress branch: https://github.com/elizarov/kotlinx.coroutines/tree/rx-wip
p
Great to see progress. The current rx-coroutines are more like a minimal demonstration.