Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Join
Method
Join
util/thread/factory.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
virtual ~IThread() = default;
29
30
inline void Join() noexcept {
31
DoJoin();
32
}
33
34
private:
35
inline void Run(IThreadAble* func) {
Callers
3
DoJoin
Method · 0.45
TestSystemPool
Method · 0.45
TestAdaptivePool
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestSystemPool
Method · 0.36
TestAdaptivePool
Method · 0.36