diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-01 05:42:34 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-01 05:42:34 +0000 |
commit | 098def22390dd628396e0d962235fc06e935282e (patch) | |
tree | b5fedd4b011fe5eabf61bc638c0287dddf074fb4 /base/base.gyp | |
parent | ed4c57531d269151dfad2f3aa3378ab43db562d0 (diff) | |
download | chromium_src-098def22390dd628396e0d962235fc06e935282e.zip chromium_src-098def22390dd628396e0d962235fc06e935282e.tar.gz chromium_src-098def22390dd628396e0d962235fc06e935282e.tar.bz2 |
Add a sequenced worker pool.
This allows tasks to be put in the worker pool with optional sequencing semantics for consumers that must run a bunch of stuff in order on a background thread, but don't particularly care about which thread.
Review URL: http://codereview.chromium.org/8416019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index a57fc7b..a5c045c 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -224,6 +224,7 @@ 'test/trace_event_analyzer_unittest.cc', 'threading/non_thread_safe_unittest.cc', 'threading/platform_thread_unittest.cc', + 'threading/sequenced_worker_pool_unittest.cc', 'threading/simple_thread_unittest.cc', 'threading/thread_checker_unittest.cc', 'threading/thread_collision_warner_unittest.cc', |