Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ WaitForStart
Method
WaitForStart
util/thread/pool.cpp:709–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
707
~TThreadImpl() override = default;
708
709
inline void WaitForStart() noexcept {
710
StartEvent_.Wait();
711
}
712
713
inline void WaitForComplete() noexcept {
714
CompleteEvent_.Wait();
Callers
1
~TPoolThread
Method · 0.80
Calls
1
Wait
Method · 0.45
Tested by
no test coverage detected