Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Issue 10220001: Add TaskRunner wrapper for WorkerPool. (Closed)

Created:
8 years, 8 months ago by mattm
Modified:
8 years, 8 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Visibility:
Public.

Description

Add TaskRunner wrapper for WorkerPool. BUG=114329 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133855

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : comment fix #

Total comments: 4

Patch Set 4 : remove one of the PostDelayedTaskAssertZeroDelay funcs #

Patch Set 5 : use leaky LazyInstance for TaskRunners #

Total comments: 2

Patch Set 6 : kill declaration too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -1 line) Patch
M base/threading/worker_pool.h View 1 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
M base/threading/worker_pool.cc View 1 2 3 4 5 4 chunks +87 lines, -1 line 0 comments Download
M base/threading/worker_pool_posix.cc View 4 chunks +11 lines, -0 lines 0 comments Download
M base/threading/worker_pool_win.cc View 1 3 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
mattm
8 years, 8 months ago (2012-04-24 22:46:41 UTC) #1
willchan no longer on Chromium
http://codereview.chromium.org/10220001/diff/5003/base/threading/worker_pool.cc File base/threading/worker_pool.cc (right): http://codereview.chromium.org/10220001/diff/5003/base/threading/worker_pool.cc#newcode54 base/threading/worker_pool.cc:54: bool PostDelayedTaskAssertZeroDelay( Can you kill off one of these? ...
8 years, 8 months ago (2012-04-24 23:41:50 UTC) #2
mattm
http://codereview.chromium.org/10220001/diff/5003/base/threading/worker_pool.cc File base/threading/worker_pool.cc (right): http://codereview.chromium.org/10220001/diff/5003/base/threading/worker_pool.cc#newcode54 base/threading/worker_pool.cc:54: bool PostDelayedTaskAssertZeroDelay( On 2012/04/24 23:41:50, willchan wrote: > Can ...
8 years, 8 months ago (2012-04-25 00:57:35 UTC) #3
willchan no longer on Chromium
lgtm http://codereview.chromium.org/10220001/diff/14001/base/threading/worker_pool.cc File base/threading/worker_pool.cc (right): http://codereview.chromium.org/10220001/diff/14001/base/threading/worker_pool.cc#newcode62 base/threading/worker_pool.cc:62: TimeDelta delay); You killed a definition, but not ...
8 years, 8 months ago (2012-04-25 01:01:08 UTC) #4
mattm
http://codereview.chromium.org/10220001/diff/14001/base/threading/worker_pool.cc File base/threading/worker_pool.cc (right): http://codereview.chromium.org/10220001/diff/14001/base/threading/worker_pool.cc#newcode62 base/threading/worker_pool.cc:62: TimeDelta delay); On 2012/04/25 01:01:08, willchan wrote: > You ...
8 years, 8 months ago (2012-04-25 01:21:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mattm@chromium.org/10220001/4009
8 years, 8 months ago (2012-04-25 01:21:37 UTC) #6
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 03:15:08 UTC) #7
Change committed as 133855

Powered by Google App Engine
This is Rietveld 408576698