import * as effection from "https://deno.land/x/effection@4.0.0-alpha.1/lib/abort-signal.ts"; FunctionsfuseAbortSignalCreate an AbortSignal bound to the current scope. Whenever that scope is completed, errored, or halted, the abort signal will be triggered.