On this page
@std/async
Overview Jump to heading
Provide helpers with asynchronous tasks, like delay,
debounce, retry, or
pooledMap.
import { delay } from "@std/async/delay";
await delay(100); // waits for 100 milliseconds
Add to your project Jump to heading
deno add jsr:@std/async