Module

std/signal/mod.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.209.0/signal/mod.ts";

Higher level API for dealing with OS signals.

Functions

f
signal
deprecated

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.