Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/easyts/signals/signals.ts

js library written with ts, use select and chan like golang in js.
Latest
import * as easyts from "https://deno.land/x/easyts@0.1.3/signals/signals.ts";

Classes

Connection between Signals and Slots

Signals/Slots, you can associate multiple Slots with Signals, when Signals generate signals, Slots will be called in turn

Functions

Create a slot by a function

Interfaces

The combiner is used to obtain the return value of the slot, and to determine whether to continue calling subsequent slots

Signals/Slots, you can associate multiple Slots with Signals, when Signals generate signals, Slots will be called in turn