Skip to main content
Go to Latest
function abortableAsyncIterable
import { abortableAsyncIterable } from "https://deno.land/std@0.136.0/async/abortable.ts";

Make AsyncIterable abortable with the given signal.

Parameters

p: AsyncIterable<T>
signal: AbortSignal

Returns

AsyncGenerator<T>