• Continues an async-iterable sequence that is terminated by an exception with the next async-iterable sequence.

    Type Parameters

    • T

      The type of the elements in the source and handler sequences.

    Parameters

    • source: Iterable<AsyncIterable<T>>

      async-iterable sequences to catch exceptions for.

    Returns AsyncIterable<T>

    An async-iterable sequence containing elements from consecutive source sequences until a source sequence terminates successfully.

Generated using TypeDoc