MCPcopy Create free account
hub / github.com/catboost/catboost / Signal

Method Signal

library/cpp/coroutine/engine/events.h:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123 }
124
125 void Signal() noexcept {
126 Q_.Signal();
127 }
128
129 void BroadCast() noexcept {
130 Q_.BroadCast();

Callers

nothing calls this directly

Calls 1

SignalMethod · 0.45

Tested by

no test coverage detected