Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WaitForComplete
Method
WaitForComplete
util/thread/pool.cpp:713–715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
711
}
712
713
inline void WaitForComplete() noexcept {
714
CompleteEvent_.Wait();
715
}
716
717
private:
718
void Process(void* /*tsr*/) override {
Callers
nothing calls this directly
Calls
1
Wait
Method · 0.45
Tested by
no test coverage detected