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

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

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

Stop prevents the Timer from firing.

Returns

boolean

It returns true if the call stops the timer, false if the timer has already expired or been stopped.