This release is 34 versions behind 1.0.16 — the latest version of @std/async. Jump to latest
Utilities for asynchronous operations, like delays, debouncing, or pooling
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
100%
Published
2 years ago (0.213.1)
Provide help with asynchronous tasks like delays, debouncing, deferring, or pooling.
Add Package
deno add jsr:@std/async
Import symbol
import * as async from "@std/async";
Import directly with a jsr specifier
import * as async from "jsr:@std/async";
Add Package
pnpm i jsr:@std/async
pnpm dlx jsr add @std/async
Import symbol
import * as async from "@std/async";
Add Package
yarn add jsr:@std/async
yarn dlx jsr add @std/async
Import symbol
import * as async from "@std/async";
Add Package
vlt install jsr:@std/async
Import symbol
import * as async from "@std/async";
Add Package
npx jsr add @std/async
Import symbol
import * as async from "@std/async";
Add Package
bunx jsr add @std/async
Import symbol
import * as async from "@std/async";