-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass an executor into ChromiumRequestSerializer
ChromiumRequestSerializer creates an single thread executor for executing callbacks from cronet. In tests, we want to track all threads related to Glide and cronet through ActiveResource, so that the test result is deterministic. So we pass an active resource thread pool executor to ChromiumRequestSerializer, and the active resource will be tracked by ActiveResourceRule. PiperOrigin-RevId: 518069577
- Loading branch information
1 parent
295d92d
commit 84adff9
Showing
3 changed files
with
80 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters