MCPcopy Create free account
hub / github.com/catboost/catboost / ~TPoolThread

Method ~TPoolThread

util/thread/pool.cpp:748–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746 }
747
748 ~TPoolThread() override {
749 if (Impl_) {
750 Impl_->WaitForStart();
751 }
752 }
753
754 private:
755 void DoRun(IThreadAble* func) override {

Callers

nothing calls this directly

Calls 1

WaitForStartMethod · 0.80

Tested by

no test coverage detected