Loving Rx.NET interoperability with Tasks.
Below, I could turn each event subject into a Task and used Task.WhenAny instead of Merge (I still prefer the latter).
In other cases I do filtering, throttling, debouncing on a merged stream of events.
#rxnet #dotnet #reactivex