Relevant statement is > there is no ParallelOb...
# rx
b
Relevant statement is
there is no ParallelObservable because backpressure is essential in not flooding the internal queues of the parallel operators as by expectation, we want to go parallel because the processing of the data is slow on one thread.
👍 4