• Wraps the existing async-iterable sequence with an abort signal for cancellation.

    Type Parameters

    • TSource

      The type of the elements in the source sequence.

    Parameters

    • signal: AbortSignal

      The abort signal used for cancellation.

    Returns MonoTypeOperatorAsyncFunction<TSource>

    An async-iterable that can be cancelled by the abort signal.

Generated using TypeDoc