MergedEventSource
An EventSource that merges multiple sources into one
Parameters
E
The type of Events the sources will emit
Functions
Link copied to clipboard
Subscribes the supplied consumer to the events from this event source, until the returned Disposable is disposed. Multiple such subscriptions can be in place concurrently for a given event source, without affecting each other.