Skip to main content
Module

x/forever/mod.ts>OnError

A deno function to run a callback forever, until manually cancelled.
Latest
type alias OnError
import { type OnError } from "https://deno.land/x/forever@1.1.0/mod.ts";
definition: Event<[Error]>