-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow concurrent evaluation BuildCheck processing (#10959)
Fixes #10956 by moving to a thread-safe dictionary. These locks shouldn't ever really contend, because evaluation is single- threaded and the events should generally come in order for a single project, so I suspect locking is cheaper than switching the values to a ConcurrentHashSet.
- Loading branch information
1 parent
e4f527b
commit 77312bc
Showing
1 changed file
with
16 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