Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ BroadCast
Method
BroadCast
library/cpp/coroutine/engine/condvar.h:32–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
void BroadCast() noexcept {
33
WaitQueue_.BroadCast();
34
}
35
36
private:
37
TContWaitQueue WaitQueue_;
Callers
3
CoCondVarTest
Function · 0.45
CountDown
Method · 0.45
NotifyMany
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected