Does `Observable.concat(x,y)` subscribe to both ob...
# rx
a
Does
Observable.concat(x,y)
subscribe to both observables at the same time but emit the sequence of items on after the other?