import * as timers from "https://deno.land/x/timers@v0.2.3/mod.ts";
Functions
Resolves after the given number of milliseconds. | |
A typed version of | |
Timeout a promise after a specified amount of time. | |
A typed version of | |
execute a callback specified times with delay |