rx-queue
rx-queue copied to clipboard
Enable Delay Queue to manage a task that returns a `Promise`
In order to do this, we have to wrap the Promise into other data type, or when we await
the result, all promises will be waited and be resolved.
- wrap promise in a
[]
- wrap promise in a iterator