[PATCH] D126815: [llvm] [Support] [Debuginfod] waitQueueSize for ThreadPool
Noah Shutty via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 21 13:42:39 PDT 2022
noajshu abandoned this revision.
noajshu added a comment.
I have just noticed the new Task Group feature of ThreadPool. Waiting on the queue size to decrease (as this diff allows) would appear an ad-hoc practice in light of the clean alternative of using a task group. I will therefore abandon this diff D126815 <https://reviews.llvm.org/D126815> altogether. Thank you for the helpful comments!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126815/new/
https://reviews.llvm.org/D126815
More information about the llvm-commits
mailing list