MCPcopy Create free account
hub / github.com/ByConity/ByConity / wait

Method wait

programs/storage-tools/PartInspector.cpp:360–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

resetOutputMethod · 0.45
runBenchmarkMethod · 0.45
mainFunction · 0.45
executeScriptFunction · 0.45
processTableMethod · 0.45

Calls 1

throwIfExceptionMethod · 0.80

Tested by

no test coverage detected