Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Abort
Method · 0.45
Executor
Method · 0.45
Tested by
no test coverage detected