Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/effection/lib/abort-signal.ts

Structured concurrency and effects for JavaScript
Latest
import * as effection from "https://deno.land/x/effection@4.0.0-alpha.1/lib/abort-signal.ts";

Functions

Create an AbortSignal bound to the current scope. Whenever that scope is completed, errored, or halted, the abort signal will be triggered.