Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoRun
Method
DoRun
util/thread/factory.cpp:19–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void DoRun(IThreadAble* func) override {
20
Thr_.Reset(new TThread(ThreadProc, func));
21
22
Thr_->Start();
23
}
24
25
void DoJoin() noexcept override {
26
if (!Thr_) {
Callers
nothing calls this directly
Calls
2
Reset
Method · 0.45
Start
Method · 0.45
Tested by
no test coverage detected