Closed
Bug 1649671
Opened 5 years ago
Closed 5 years ago
Make TaskQueue supports DelayedDispatch
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla80
| Tracking | Status | |
|---|---|---|
| firefox80 | --- | fixed |
People
(Reporter: jya, Assigned: jya)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Some of the gfx and webgl code currently use Google's messageloop and use MessageLoop::PostDelayedTask.
TaskQueue (and AbstractThread) doesn't support this ; it would be rather easy to do so re-using the ThreadEventTarget's DelayedRunnable.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/97fde0b6dfc4
Add DelayedDispatch support to AbstractThread (and TaskQueue). r=froydnj
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•