Chromium Code Reviews
DescriptionDisk Cache: Replace the worker pool with a sequenced worker pool (posix).
On posix systems the cache implements asynchronous IO with a worker pool.
This CL replaces the deprecated WorkerPool with SequencedWorkerPool, and
removes the InFlightIO controller that keeps track of all pending operations.
Now there's no way to wait for operations to complete on production code, but
the cache switched a while ago to only wait on unit tests.
BUG=251774, 268646
TEST=net_unittests
R=gavinp@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222408
Patch Set 1 #
Total comments: 8
Patch Set 2 : Move test helper to the class. #Patch Set 3 : protected dtor #Patch Set 4 : oh style checker... now with virtual #
Messages
Total messages: 6 (0 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||