-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix](BE) Fix inefficient problem in PriorTaskWorkerPool (#37169)
## Proposed changes In the original implementation of `PriorTaskWorkerPool`, although multiple threads were launched in the normal pool and high prior pool, only one thread was actually working in each pool (running `normal_loop` and `high_prior_loop`, respectively). This PR fixes this issue.
- Loading branch information
Showing
2 changed files
with
18 additions
and
26 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