import * as starfx from "https://deno.land/x/starfx@v0.13.2/scripts/deps.ts";
Functions
f call | Pause the current operation, then runs a promise, async function, plain function, or operation within a new scope. The calling operation will be resumed (or errored) once call is completed. |
f main | Top-level entry point to programs written in Effection. That means that your
program should only call |
Interfaces
An |