Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoJoin
Method
DoJoin
util/thread/factory.cpp:25–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void DoJoin() noexcept override {
26
if (!Thr_) {
27
return;
28
}
29
30
Thr_->Join();
31
Thr_.Destroy();
32
}
33
34
private:
35
static void* ThreadProc(void* func) {
Callers
nothing calls this directly
Calls
2
Join
Method · 0.45
Destroy
Method · 0.45
Tested by
no test coverage detected