MCPcopy 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

DoJoinMethod · 0.45
TestSystemPoolMethod · 0.45
TestAdaptivePoolMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestSystemPoolMethod · 0.36
TestAdaptivePoolMethod · 0.36