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

Method BroadCast

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

Source from the content-addressed store, hash-verified

127 }
128
129 void BroadCast() noexcept {
130 Q_.BroadCast();
131 }
132
133 int WaitD(TInstant deadLine) noexcept {
134 return Q_.WaitD(E_->Running(), deadLine);

Callers

nothing calls this directly

Calls 1

BroadCastMethod · 0.45

Tested by

no test coverage detected