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

Nice! Sorry about the back and forth with threadpool...



================
Comment at: clangd/index/Background.cpp:35
+  assert(ThreadPoolSize > 0 && "Thread pool size can't be zero.");
+  while(ThreadPoolSize--) {
+    ThreadPool.emplace_back([this] { run(); });
----------------
sammccall wrote:
> nit: clang-format
(need to clang-format again)


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D53651



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to