import * as effection from "https://deno.land/x/effection@4.0.0-alpha.1/lib/call.ts";
Functions
f call | 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. |