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

x/easyts/signals/signals.ts>Slot

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

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