Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dispatch_queue/src/events/startup-error-event.ts>DispatchQueueStartupErrorEvent

A dispatch queue built in Typescript with the ability to configure multiple queue processors.
class DispatchQueueStartupErrorEvent
extends Event
import { DispatchQueueStartupErrorEvent } from "https://deno.land/x/dispatch_queue@v0.1.0/src/events/startup-error-event.ts";

Constructors

new
DispatchQueueStartupErrorEvent(error: unknown, message?: string)