artem_zin
11/15/2018, 9:08 AMjust
(as well as fromArray()
and some others) is a synchronous source.
When combineLatest
subscribes to it, just
reacts by looping through its items and emitting them
Since in your code it all happens in the same thread, there is no chance for combineLatest
to even subscribe to the second observable before first one completes