import * as effection from "https://deno.land/x/effection@4.0.0-alpha.1/lib/types.ts";
Interfaces
| |
A value that is both an Operation and | |
An | |
A programatic API to interact with an Effection scope from outside of an Operation. | |
The Effection equivalent of an | |
I Task | A handle to a concurrently running operation that lets you either use the result of that operation, or shut it down. |
Type Aliases
The Effection equivalent of an | |
Unwrap the type of an |