Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdUtilities for asynchronous operations, like delays, debouncing, or pooling
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers![This package works with Cloudflare Workers This package works with Cloudflare Workers](/logos/cloudflare-workers.svg?__frsh_c=325fc0b4951a6a64ccc59d061f4fc90aba37dcd3)
![This package works with Node.js This package works with Node.js](/logos/node.svg?__frsh_c=325fc0b4951a6a64ccc59d061f4fc90aba37dcd3)
![This package works with Deno This package works with Deno](/logos/deno.svg?__frsh_c=325fc0b4951a6a64ccc59d061f4fc90aba37dcd3)
![This package works with Bun This package works with Bun](/logos/bun.svg?__frsh_c=325fc0b4951a6a64ccc59d061f4fc90aba37dcd3)
![This package works with Browsers This package works with Browsers](/logos/browsers.svg?__frsh_c=325fc0b4951a6a64ccc59d061f4fc90aba37dcd3)
JSR Score
100%
Published
4 weeks ago (1.0.10)
Provide helpers with asynchronous tasks like delays
,
debouncing
, retrying
, or
pooling
.
import { delay } from "@std/async/delay"; await delay(100); // waits for 100 milliseconds
Built and signed on
View transparency logGitHub Actions
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";
Add Package
npx jsr add @std/async
Import symbol
import * as async from "@std/async";
Add Package
yarn dlx jsr add @std/async
Import symbol
import * as async from "@std/async";
Add Package
pnpm dlx 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";