Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ~TImpl
Method
~TImpl
util/system/context.cpp:268–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
inline ~TImpl() {
269
if (Thread) {
270
Finish = true;
271
Signal();
272
Thread->Join();
273
}
274
}
275
276
inline void SwitchTo(TImpl* next) noexcept {
277
next->Signal();
Callers
nothing calls this directly
Calls
2
Signal
Function · 0.85
Join
Method · 0.45
Tested by
no test coverage detected