RxJava Parallelization Concurrency : Zip() Operator
Often zip() operator is misunderstood when it comes to parallelism. Think of a situation when you have multiple http request and combine the result in one, it actually happens Sequentially instead of Parallel.