Chris Banes
Home
Me
Talks
RxJava
Kotlin Coroutines
,
RxJava
RxJava to Kotlin coroutines
This post is a summary of how I refactored an app which uses RxJava pretty heavily, to one which uses Kotlin coroutines too. Specifically I’ll talk about switching out Single/Maybe/Completable sources to coroutines.