CombineLatest Demo
Use the
StreamExt.combineLatest
function to merge events from the two source treams.
Stream 1 :
Event
Error
Done
Stream 2 :
Event
Error
Done
Output :