createQueue
createQueue(…
promises):Queue
Defined in: utils/promise/Queue.ts:8
Creates a new Queue with the given promises.
Parameters
Section titled “Parameters”promises
Section titled “promises”…(Promise<any> | () => Promise<any>)[]
The promises to add to the queue.
Returns
Section titled “Returns”The created Queue.