import { __timers } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
Functions
Repeatedly calls a function , with a fixed time delay between each call. | |
Sets a timer which executes a function once after the timer expires. |
import { __timers } from "https://deno.land/x/deno@v0.28.0/cli/js/lib.deno_runtime.d.ts";
Repeatedly calls a function , with a fixed time delay between each call. | |
Sets a timer which executes a function once after the timer expires. |