import { type AbortWithOptions } from "https://deno.land/x/ayonli_jsext@v0.9.72/async.ts";
Options for abortWith.
NOTE: Must provide a parent
signal or a timeout
value, or both.
Properties
optional
parent: AbortSignalThe parent signal to be linked with the new abort signal. If the parent signal is aborted, the new signal will be aborted with the same reason.