-
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.
Use single lock for all error/thumbnail requests in a single request …
…chain. The single lock avoids deadlock that could previously have been caused by acquiring the lock for one individual request and then the lock for another individual request and vice versa. I've also cleaned up some unecessary methods in Request and decreased the reliance on Request states in the various coordinators. PiperOrigin-RevId: 261714443
- Loading branch information
1 parent
85bf0c3
commit b2a46ef
Showing
12 changed files
with
759 additions
and
728 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
Oops, something went wrong.