RESOLVED FIXED 142432
[Win] Revive WTF::WorkQueue on Windows
https://bugs.webkit.org/show_bug.cgi?id=142432
Summary [Win] Revive WTF::WorkQueue on Windows
Brent Fulgham
Reported 2015-03-06 21:48:43 PST
Revive the Windows WorkQueue implementation.
Attachments
Patch (22.48 KB, patch)
2015-03-06 22:07 PST, Brent Fulgham
darin: review+
Brent Fulgham
Comment 1 2015-03-06 22:07:05 PST
Anders Carlsson
Comment 2 2015-03-07 13:04:11 PST
Comment on attachment 248143 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248143&action=review > Source/WTF/wtf/WorkQueue.h:79 > + void registerHandle(HANDLE, std::function<void()>); > + void unregisterAndCloseHandle(HANDLE); I think we can get rid of these - they were only used by IPC in WK2.
Brent Fulgham
Comment 3 2015-03-07 20:50:46 PST
Comment on attachment 248143 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=248143&action=review >> Source/WTF/wtf/WorkQueue.h:79 >> + void unregisterAndCloseHandle(HANDLE); > > I think we can get rid of these - they were only used by IPC in WK2. I'll get rid of it. It's easy to retrieve if we need it.
Brent Fulgham
Comment 4 2015-03-07 20:58:18 PST
Note You need to log in before you can comment on or make changes to this bug.