Skip to main content
Module

x/carriageway/index.min.d.ts>QueueOptions

🦥 Run async functions with limited concurrency and optional rate limiting
Go to Latest
interface QueueOptions
import { type QueueOptions } from "https://deno.land/x/carriageway@v0.8.1/index.min.d.ts";

Properties

optional
concurrency: number

Maximum number of active items running at once

optional
throttle: number

Minimum number of milliseconds between start of each item