Protected
Readonly
queueQueue of functions to run
Get the number of functions in the queue
Add a function to the queue
Function to run
Optional
options: Partial<IPriorityQueueOptions>Options for the queue
Get the functions with the given priority.
Options for the queue
Generated using TypeDoc
A class representing a priority queue for async functions.