Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Signal
Method
Signal
util/system/event.cpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
inline void Signal() noexcept {
29
SetEvent(cond);
30
}
31
32
inline bool WaitD(TInstant deadLine) noexcept {
33
if (deadLine == TInstant::Max()) {
Callers
nothing calls this directly
Calls
3
load
Method · 0.45
BroadCast
Method · 0.45
Signal
Method · 0.45
Tested by
no test coverage detected