--- title: "@std/async" description: "Utilities for asynchronous operations, like delays, debouncing, or pooling" jsr: jsr:@std/async pkg: async version: 1.2.0 generated: true stability: stable --- ## Overview

Provide helpers with asynchronous tasks, like delay, debounce, retry, or pooledMap.

```js import { delay } from "@std/async/delay"; await delay(100); // waits for 100 milliseconds ``` ### Add to your project ```sh deno add jsr:@std/async ``` See all symbols in @std/async on