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

x/easyts/time/mod.ts>Ticker#stop

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

Stop turns off a ticker. After Stop, no more ticks will be sent.