Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/signal/mod.ts

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

Higher level API for dealing with OS signals.

Functions

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.