[PATCH] D126815: [llvm] [Support] [Debuginfod] waitQueueSize for ThreadPool

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 14:46:36 PDT 2022


mysterymath added a comment.

Thinking about this a bit more, one alternative would be to have a bounded version of async that only submit to queue no larger than k, blocking otherwise. Another would be an optional MaxQueueSize that would cause async to block.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126815/new/

https://reviews.llvm.org/D126815



More information about the llvm-commits mailing list