Function onErrorResumeNext

  • Concatenates all of the specified async-iterable sequences, even if the previous async-iterable sequence terminated exceptionally.

    Type Parameters

    • T

      The type of the elements in the source sequences.

    Parameters

    • Rest ...args: AsyncIterable<T>[]

      Async-iterable sequences to concatenate.

    Returns AsyncIterable<T>

    An async-iterable sequence that concatenates the source sequences, even if a sequence terminates exceptionally.

Generated using TypeDoc