Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Signal
Method
Signal
library/cpp/coroutine/engine/condvar.h:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void Signal() noexcept {
29
WaitQueue_.Signal();
30
}
31
32
void BroadCast() noexcept {
33
WaitQueue_.BroadCast();
Callers
2
UnLock
Method · 0.45
with_lock
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected