Initializes a new instance of that class.
A default value for a 'PromiseQueueOptions.actionInterval' prop.
A default value for a 'PromiseQueueOptions.autoStart' prop.
A default value for a 'PromiseQueueOptions.concurrency' prop.
A default value for a 'PromiseQueueOptions.nextActionsInterval' prop.
Returns the number of items, which are already active.
Gets if queue is active or not.
Returns if the queue is empty or not.
Returns the number of all items of the queue.
Returns the number of items, which are still pending.
Clears the queue.
Enqueues a new action.
The action to enqueue.
The promise with the result of the action.
Returns a list of all items.
The list of all items.
Checks if an item is part of this queue.
The item to check.
Is part of this queue or not.
Starts the queue.
Stops the queue.
Generated using TypeDoc
A promise queue.