Skip to main content
Module

x/forever/forever.ts

A deno function to run a callback forever, until manually cancelled.
Latest
import * as forever from "https://deno.land/x/forever@1.1.0/forever.ts";

Functions

Run a function forever, until specifically cancelled.