bkramer added inline comments.
================ Comment at: clangd/ClangdServer.h:107 +/// A simple fixed-size thread pool implementation. +class SimpleThreadPool { public: ---------------- What's so simple about it? Why not `clangd::ThreadPool`? Also there's `llvm::ThreadPool`, what's the difference between them? Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D42174 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits