| commit | a7c5d8be723ff609bbd7a2b51b2c0b7db30d10f2 | [log] [tgz] |
|---|---|---|
| author | Pi-Hsun Shih <pihsun@chromium.org> | Tue Sep 12 07:24:29 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 12 07:24:29 2023 |
| tree | e726db3268e26baaf7c2fe5143648b9a8094d965 | |
| parent | 4e3fd7bf055cc6645b80e7e0bc79cb517caf6c23 [diff] |
CCA: Add different queuing mode to AsyncJobQueue To make it easier to use AsyncJobQueue, add support for different operating modes regarding to how the job is queued, that can all be useful in different scenarios. Also rename ClearableAsyncJobQueue to AsyncJobQueue, and rename AsyncJobQueue to AsyncJobWithResultQueue, since the former is much more useful that most of the time we don't need the job result. Bug: b:172336355 Test: cca.py tsc <board> Test: camera.CCAUISmoke.* camera.CCAUIStress.* Change-Id: I239f76e4432d4c37d9a66360d9d0bc5555faaea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4856124 Reviewed-by: Chu-Hsuan Yang <chuhsuan@chromium.org> Commit-Queue: Pi-Hsun Shih <pihsun@chromium.org> Reviewed-by: Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/main@{#1195240}
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.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.