[Webkit-unassigned] [Bug 141559] WorkQueue should support concurrent queues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 09:27:36 PST 2015


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

Anders Carlsson <andersca at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #246528|review?                     |review+
              Flags|                            |

--- Comment #6 from Anders Carlsson <andersca at apple.com> ---
Comment on attachment 246528
  --> https://bugs.webkit.org/attachment.cgi?id=246528
without the qos change

View in context: https://bugs.webkit.org/attachment.cgi?id=246528&action=review

> Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp:38
> +    static NeverDestroyed<Ref<WorkQueue>> processLauncherWorkQueue { WorkQueue::create("com.apple.WebKit.ProcessLauncher") };

No need to use NeverDestroyed with a smart pointer type.

-- 
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/20150213/050099c0/attachment-0002.html>


More information about the webkit-unassigned mailing list