generally speaking, only one `subscribeOn` is vali...
# rx
z
generally speaking, only one
subscribeOn
is valid per subscription. And if it is declared multiple times, it will usually be the topmost one in the chain.
.observeOn
affects only the functions called below it. and if you specified a
.subscribeOn()
, it will override it below