Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/carriageway/src/types.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/src/types.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