MCPcopy 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

SignalMethod · 0.45

Calls 3

EmptyMethod · 0.45
WakeMethod · 0.45
PopFrontMethod · 0.45

Tested by

no test coverage detected