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

x/continuation/mod.ts>Continuation

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

Type Parameters

optional
T = any
optional
R = any

Methods

tail(value: T): void