Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoExecute
Method
DoExecute
util/thread/factory.cpp:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
{
58
}
59
void DoExecute() override {
60
THolder<TThreadFactoryFuncObj> self(this);
61
Func();
62
}
63
64
private:
65
std::function<void()> Func;
Callers
nothing calls this directly
Calls
1
Func
Function · 0.50
Tested by
no test coverage detected