[Lldb-commits] [PATCH] D78337: [lldb/Host] Remove TaskPool and replace its uses with llvm::ThreadPool

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 22 03:12:47 PDT 2020


labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.

Cool. I'm not sure how useful is the `TaskMapOverInt` function in this new world (if I was writing this from scratch, I don't think I would create a function for that), but it doesn't hurt that much either.


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

https://reviews.llvm.org/D78337





More information about the lldb-commits mailing list