Another thing I find counterintuitive is that `doF...
# rx
m
Another thing I find counterintuitive is that
doFinally
`Consumer`s are called on
subscribeOn
and
observeOn
defined threads normally, but when the whole chain is disposed, they run on thread where
dispose()
was called. Was that to be expected?