Skip to main content
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

See all symbols in @std/async on

Did you find what you needed?

Edit this page
Privacy policy