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

x/easyts/signals/signals.ts>Signals#signal

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

Generate a signal to call all Slots

Parameters

val: T

Parameters passed to the slot

optional
combiner: Combiner<T, TR>

a temporary combiner