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

Method DoRun

library/cpp/neh/jobqueue.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29 private:
30 void DoRun(TCont* c) override {
31 c->Executor()->Abort();
32 }
33
34 void DoExecute() override {
35 SetHighestThreadPriority();

Callers

nothing calls this directly

Calls 2

AbortMethod · 0.45
ExecutorMethod · 0.45

Tested by

no test coverage detected