Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/continuation/mod.ts>Computation

Delimited Continuations for JavasScript
Latest
interface Computation
import { type Computation } from "https://deno.land/x/continuation@0.1.6/mod.ts";

Type Parameters

optional
T = any

Methods

[[Symbol.iterator]](): Iterator<Control, T, any>