Slide 32
Slide 32 text
Take an example… with RxJava
fun retrieveOAuthToken(): Single
fun retrieveEmails(): Single>
● Powerful, easy to compose multiple operations, supports cancelation,
thread pools, error handling, etc.
● High learning curve.
● See the extra links at the end of the talk -- RxJava vs. Coroutines