import * as effection from "https://deno.land/x/effection@3.1.0/lib/call.ts";
Functions
f call | Pause the current operation, then run an async function, or operation function in a new scope. The calling operation will be resumed (or errored) once call is completed. |
Type Aliases
A uniform integration type representing anything that can be evaluated as a the parameter to call. |