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

x/denjucks/src/deps/path/std/signal/mod.ts

Deno templating engine
Latest
import * as denjucks from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/signal/mod.ts";

Functions

Registers a callback function to be called on triggering of a signal event.

Generates an AsyncIterable which can be awaited on for one or more signals. dispose() can be called when you are finished waiting on the events.