Skip to main content
Module

x/run_with_limit/mod.ts

Run promise-returning & async functions with limited concurrency
Latest
import * as runWithLimit from "https://deno.land/x/run_with_limit@v1.0.1/mod.ts";

Functions

Takes a number, setting the concurrency for the promise queue. Returns a set of functions to use the queue.