Skip to main content
Module

x/carriageway/mod.ts>QueueCallback

🦥 Run async functions with limited concurrency and optional rate limiting
Go to Latest
type alias QueueCallback
Re-export
import { type QueueCallback } from "https://deno.land/x/carriageway@v0.8.1/mod.ts";
definition: (item: T) => R | Promise<R>