MCPcopy 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
310TThread::~TThread() {
311 Join();
312}
313
314void TThread::Start() {
315 Impl(Impl_, "start", false)->Start();

Callers

nothing calls this directly

Calls 1

JoinFunction · 0.50

Tested by

no test coverage detected