rx-queue icon indicating copy to clipboard operation
rx-queue copied to clipboard

Enable Delay Queue to manage a task that returns a `Promise`

Open huan opened this issue 6 years ago • 0 comments

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.

  1. wrap promise in a []
  2. wrap promise in a iterator

huan avatar Jul 06 '18 07:07 huan