I'm using descendant of PageKeyedDataSource
. In its loadInitial
, rx chain is running. When I specify no schedulers for the chain, it's running whatever background thread body of loadInitial
is executed at. Let's imagine the chain needs to switch to some thread via subscribeOn
. How to gracefully switch it back to the thread of loadInitial
?
Asked
Active
Viewed 34 times
0

ror
- 3,295
- 1
- 19
- 27