Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Wait
Method
Wait
library/cpp/neh/rq.cpp:228–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
}
227
228
inline void Wait() noexcept {
229
InWait = true;
230
Ev.Wait();
231
InWait = false;
232
}
233
234
TAutoEvent Ev;
235
std::atomic<bool> InWait;
Callers
nothing calls this directly
Calls
1
Wait
Method · 0.45
Tested by
no test coverage detected