Skip to content

createQueue

createQueue(…promises): Queue

Defined in: utils/promise/Queue.ts:8

Creates a new Queue with the given promises.

…(Promise<any> | () => Promise<any>)[]

The promises to add to the queue.

Queue

The created Queue.