[PATCH] D42174: [clangd] Refactored threading in ClangdServer
Benjamin Kramer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 17 07:32:12 PST 2018
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
More information about the cfe-commits
mailing list