Skip to main content

@std/async@1.3.0
Built and signed on GitHub Actions

Works with
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score100%
License
MIT
Downloads33,171/wk
Published4 weeks ago (1.3.0)

Utilities for asynchronous operations, like delays, debouncing, or pooling

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

import { delay } from "@std/async/delay";

await delay(100); // waits for 100 milliseconds
Built and signed on
GitHub Actions

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/async

Import symbol

import * as async from "@std/async";
or

Import directly with a jsr specifier

import * as async from "jsr:@std/async";