import { Timer } from "https://deno.land/x/easyts@0.1.3/time/mod.ts";
Timer that will send the current time on its channel after at least duration millisecond.
Constructors
new
Timer(ms: number, callback?: ValueCallback<Date>)Properties
readonly
c: ReadChannel<Date>When the Timer expires, the current time will be sent on c