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

x/effection/lib/call.ts

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

Functions

Pause the current operation, async function, plain function, or operation function. The calling operation will be resumed (or errored) once call is completed.

Interfaces

A uniform integration type representing anything that can be evaluated as a the parameter to call.