• Invokes a specified asynchronous action after the source iterable sequence terminates gracefully or exceptionally.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • action: (() => void)

      Action to invoke and await asynchronously after the source iterable sequence terminates

        • (): void
        • Returns void

    Returns MonoTypeOperatorFunction<TSource>

    An operator that returns the source sequence with the action-invoking termination behavior applied.

Generated using TypeDoc