We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8bba96 + d6fef42 commit 6542647Copy full SHA for 6542647
include/swift/DependencyScan/ModuleDependencyScanner.h
@@ -180,7 +180,7 @@ class ModuleDependencyScanner {
180
/// The available pool of workers for filesystem module search
181
unsigned NumThreads;
182
std::list<std::unique_ptr<ModuleDependencyScanningWorker>> Workers;
183
- llvm::StdThreadPool ScanningThreadPool;
+ llvm::DefaultThreadPool ScanningThreadPool;
184
/// Protect worker access.
185
std::mutex WorkersLock;
186
/// Count of filesystem queries performed
0 commit comments