• Create an event source by merging an array or iterable 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>