Skip to main content
Module

x/forever/types.ts>Context

A deno function to run a callback forever, until manually cancelled.
Latest
type alias Context
import { type Context } from "https://deno.land/x/forever@1.1.0/types.ts";
definition: { readonly oncancel: OnCancel; readonly onerror: OnError; readonly cancel: () => AsyncResponse; }