commit | 43fd37033b05a48a6f2f3f87fdb844844d84e650 | [log] [tgz] |
---|---|---|
author | Gabriel Charette <[email protected]> | Wed May 29 16:36:51 2019 |
committer | Gabriel Charette <[email protected]> | Wed May 29 16:36:51 2019 |
tree | 03eb1d063ba8c3419c13eab0cecb6817d883a378 | |
parent | dba21e5ba1d912ad53d481790e1114569f55c892 [diff] |
[ThreadPool] Rename base::ThreadPool to base::ThreadPoolInstance In order to leave the base::ThreadPool symbol available for an upcoming "destination" task trait. Also moved ThreadPoolImpl to be the implementation of TaskExecutor, not ThreadPoolInstance. It was a mistake that base::ThreadPool was implementing TaskExecutor, its users shouldn't have access to PostTask*() and Create*TaskRunner*(). [email protected] (bypass owners for side-effects beyond //base) Bug: 968047 Change-Id: I0607fba6d7f30d202bf7f61a9f461b1256e87467 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1634851 Reviewed-by: Gabriel Charette <[email protected]> Reviewed-by: François Doray <[email protected]> Commit-Queue: Gabriel Charette <[email protected]> Auto-Submit: Gabriel Charette <[email protected]> Cr-Commit-Position: refs/heads/master@{#664300}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .