So I'm kind of new to Rx. Can someone go in depth ...
# rx
k
So I'm kind of new to Rx. Can someone go in depth on the differences between
subscribeOn
and
observeOn
? From what I understand subscribeOn defines where the data is originally emitted from and each subsequent observeOn sends those emissions to different threads?
k
Thanks! I'll take a look at this