Closed
Bug 1630799
Opened 5 years ago
Closed 5 years ago
Split tail dispatcher implementation from the current microtask setup
Categories
(Core :: XPCOM, task, P2)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 1631304
People
(Reporter: jya, Assigned: jya)
References
Details
The current tail dispatcher, which provides the ability to run tasks to be run immediately after the currently running task completes, before other pending tasks was built on the existing stable state/microtasks mechanism.
One down-side of this particular setup is that you can't run tasks that would cause observable change in the JS stablestates (such as firing an event)
This task will rework the tail dispatcher so that it uses it's own queue, separate from microtasks.
Comment 1•5 years ago
|
||
We decided to do bug 1631304 instead.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•