[Webkit-unassigned] [Bug 180024] New: WorkQueue::concurrentApply() and ParallelJobs do the same thing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 26 17:43:48 PST 2017


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

            Bug ID: 180024
           Summary: WorkQueue::concurrentApply() and ParallelJobs do the
                    same thing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com

I don't know why we need both WorkQueue::concurrentApply() and ParallelJobs::execute(), which seems to do the same thing.

For Cocoa at least, both do:

    dispatch_apply(iterations, dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ...)

-- 
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/20171127/0ebae770/attachment.html>


More information about the webkit-unassigned mailing list