Description[Findit] Use a thread pool.
Currently, Findit starts and joins threads in a few places. This is not elegant from the perspective of design and not good for performance due to the overhead of starting/joining of threads.
This CL is to create a shared thread pool to execute tasks just like a task queue.
NOTRY=true
Committed: https://crrev.com/41ddc64aba525d5ba456d7a45b2842bad8515c7f
Cr-Commit-Position: refs/heads/master@{#292985}
Patch Set 1 #Patch Set 2 : Fix blame.py #
Total comments: 2
Patch Set 3 : Revert print. #
Messages
Total messages: 12 (5 generated)
|