--- 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.