Bug 148488

Summary: Add and implement WorkQueue::concurrentApply
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Anders Carlsson 2015-08-26 12:21:34 PDT
Add and implement WorkQueue::concurrentApply
Comment 1 Anders Carlsson 2015-08-26 12:24:16 PDT
Created attachment 259968 [details]
Patch
Comment 2 Geoffrey Garen 2015-08-26 12:38:35 PDT
Comment on attachment 259968 [details]
Patch

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

r=me

> Source/WTF/ChangeLog:8
> +        WorkQueue::concurrentApply is modeled after dispatch_apply,and on Cocoa it uses dispatch_apply directly.

, and
Comment 3 Anders Carlsson 2015-08-26 12:44:24 PDT
Committed r188981: <http://trac.webkit.org/changeset/188981>