MixPromiseQueue
Methods for queueing promises
Methods
| Method | Description | Parameters |
|---|---|---|
| enqueue | A function holding the promise that should be queued () => Promise | promise (Function) |
| dequeue | Used internally to execute the queue of promises in order | - |
Methods for queueing promises
| Method | Description | Parameters |
|---|---|---|
| enqueue | A function holding the promise that should be queued () => Promise | promise (Function) |
| dequeue | Used internally to execute the queue of promises in order | - |