Introduction

Learn about the concept of asynchronicity in RxJava.

Asynchronicity in RxJava

In the previous chapters, we looked at the Observable and the Observer pair and several operators that can modify emissions from an Observable stream. So far, we have avoided dealing with any sort of concurrency. However, one of the hallmarks of RxJava is that it simplifies working with concurrent tasks.

Get hands-on with 1200+ tech skills courses.