Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Signal
Method
Signal
library/cpp/coroutine/engine/events.h:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void Signal() noexcept {
92
if (!Waiters_.Empty()) {
93
Waiters_.PopFront()->Wake();
94
}
95
}
96
97
void BroadCast() noexcept {
98
while (!Waiters_.Empty()) {
Callers
1
Signal
Method · 0.45
Calls
3
Empty
Method · 0.45
Wake
Method · 0.45
PopFront
Method · 0.45
Tested by
no test coverage detected