Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TThread
Method
~TThread
util/system/thread.cpp:310–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
308
}
309
310
TThread::~TThread() {
311
Join();
312
}
313
314
void TThread::Start() {
315
Impl(Impl_,
"start"
, false)->Start();
Callers
nothing calls this directly
Calls
1
Join
Function · 0.50
Tested by
no test coverage detected