anstaendig
11/24/2017, 1:38 PMtamas.barta
11/24/2017, 1:39 PMobserveOn
as there the last one wins?anstaendig
11/24/2017, 1:40 PManstaendig
11/24/2017, 1:40 PMobserveOn
you can basically go to another thread after each operationtamas.barta
11/24/2017, 1:45 PMa.map{ b }
is still on io, and .map { d }
is still on computation, but where is .map { c }
going to get executed? I would guess observeOn
"wins", so it's computation.edwardwongtl
11/24/2017, 6:42 PM.map{c}
will still be on io
since nothing changes the thread yet, so it stays on the current thread, which is io