NEW 201501
[JSC] Promise should put chain of reactions directly to microtask queue instead of calling enqueueJob each time
https://bugs.webkit.org/show_bug.cgi?id=201501
Summary [JSC] Promise should put chain of reactions directly to microtask queue inste...
Yusuke Suzuki
Reported 2019-09-05 00:35:07 PDT
MicrotaskQueue is FIFO. This chain of reaction can be executed as is, and there is no chance to inject other tasks between these reactions.
Attachments
Note You need to log in before you can comment on or make changes to this bug.