Skip to main content
Module

x/forever/types.ts>Cancellable

A deno function to run a callback forever, until manually cancelled.
Latest
type alias Cancellable
import { type Cancellable } from "https://deno.land/x/forever@1.1.0/types.ts";

Type Parameters

Arguments extends any[]
definition: ((oncancel: OnCancel, ...args: Arguments) => AsyncResponse)