[Webkit-unassigned] [Bug 210785] [Win] Use generic WorkQueue instead of WorkQueueWin.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 21 14:22:06 PDT 2020


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

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
WorkQueueWin is using random threads to executing dispatched
functions. This is not desired for IPC::Connection because it
need to call CancelIo API in the thread started aync ReadFile
operations. (Bug 209847 Comment 25)

-- 
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/20200421/87f132b2/attachment.htm>


More information about the webkit-unassigned mailing list