| 358 | } |
| 359 | |
| 360 | void ParallelInspectRunner::wait() { |
| 361 | worker_pool_->wait(); |
| 362 | worker_pool_ = nullptr; |
| 363 | handler.throwIfException(); |
| 364 | } |
| 365 | |
| 366 | int parseAndRunInspectPartTask(const std::vector<String>& args) { |
| 367 | po::options_description desc("part inspector"); |
no test coverage detected