DescriptionDon't use base::WorkerPool in the asset_bundle app.
WorkerPools can't be shut down, which means that the app's .so can't be
unloaded (which is bad for single process mode, and which is probably
why the asset bundle tests are flakily crashing on the try bots).
So use a SequencedWorkerPool instead (even though we don't care about
sequencing).
R=eseidel@chromium.org, kulakowski@chromium.org, abarth@chromium.org
BUG=Fixes #268
Committed: https://chromium.googlesource.com/external/mojo/+/08c72e1bad0fdaa71bb356749bb9b548ac18a174
Patch Set 1 #
Total comments: 2
Patch Set 2 : move comment #
Messages
Total messages: 8 (1 generated)
|