Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
~TLegacyFuture
Method · 0.95
Get
Method · 0.95
TEST_Concurrent
Method · 0.45
Calls
1
Destroy
Method · 0.45
Tested by
no test coverage detected