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

x/carriageway/src/queue.ts>QueueError

🦥 Run async functions with limited concurrency and optional rate limiting
Go to Latest
class QueueError
extends Error
import { QueueError } from "https://deno.land/x/carriageway@v0.8.1/src/queue.ts";

Constructors

new
QueueError(message: string)