ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

Merge two sorted infinite stream #549

Open thongpv87 opened 3 years ago

thongpv87 commented 3 years ago

How can I merge two sorted infinite stream with rxcpp

vinnitu commented 3 years ago

i can add some additional info about streams

1) streams two or more 2) they all send the same data 3) but data can received with delay or can be missed