MCPcopy Create free account
hub / github.com/catboost/catboost / Join

Method Join

library/cpp/threading/future/legacy_future.h:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 private:
41 inline void Join() {
42 if (Thread_) {
43 Thread_->Join();
44 Thread_.Destroy();
45 }
46 }
47
48 template <typename Result, bool IgnoreException_>
49 struct TExecutor {

Callers 3

~TLegacyFutureMethod · 0.95
GetMethod · 0.95
TEST_ConcurrentMethod · 0.45

Calls 1

DestroyMethod · 0.45

Tested by

no test coverage detected