• Create an event source by merging sources from a stream of event sources

    The resulting source issues events whenever any of the input sources do, and closes once they all do (or throws if any of them do).

    Type Parameters

    • T

    Parameters

    Returns Source<T>