You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this section we'll see how we can add concurrency in our synchronized observable chains..
so Lets quickly set up the agenda for this section.
We'll start with adding concurrency, then Schedulers, where we gonna talk about different schedulers provided by rxJava..
after that we will understand subscribeOn and observerOn in bit detail.
and then the flat map, which we have also covered in combining observables section, here we will see how it can be useful for running the emissions parallelly.