Skip to main content
Module

std/signal/mod.ts

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

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.