MCPcopy Create free account
hub / github.com/catboost/catboost / TExecThread

Method TExecThread

library/cpp/neh/jobqueue.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 class TExecThread: public IThreadFactory::IThreadAble, public IJob {
14 public:
15 TExecThread()
16 : T_(SystemThreadFactory()->Run(this))
17 {
18 }
19
20 ~TExecThread() override {
21 Enqueue(this);

Callers

nothing calls this directly

Calls 2

SystemThreadFactoryFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected