[Webkit-unassigned] [Bug 186444] [CoordGraphics] CompositingRunLoop assumes a WorkQueue has a RunLoop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 05:16:20 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=186444

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
We have two options here, either use our own thread with a run loop, or keep using a work queue, but making the timer creation platform specific (I guess in windows you could add a WorkQueue::timerQueue() similar to dispatchQueue() used by cocoa and runLoop() used by glib and generic) and create the timer with  CreateTimerQueueTimer().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190228/c38f13ef/attachment-0001.html>


More information about the webkit-unassigned mailing list