MCPcopy Create free account
hub / github.com/apache/impala / Worker

Method Worker

be/src/util/thread-pool.h:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344 private:
345 static void Worker(int thread_id, const std::shared_ptr<SynchronousWorkItem>& work) {
346 work->WorkerExecute();
347 }
348};
349}

Callers

nothing calls this directly

Calls 1

WorkerExecuteMethod · 0.80

Tested by

no test coverage detected