Bug 148488 - Add and implement WorkQueue::concurrentApply
Summary: Add and implement WorkQueue::concurrentApply
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 12:21 PDT by Anders Carlsson
Modified: 2015-08-26 12:44 PDT (History)
0 users

See Also:


Attachments
Patch (6.14 KB, patch)
2015-08-26 12:24 PDT, Anders Carlsson
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>