import * as effection from "https://deno.land/x/effection@3.1.0/lib/types.ts";
Interfaces
`Context`` defines a value which is in effect for a given scope which is an (action, resource, call, or spawn). | |
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 |