MCPcopy 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
36private:
37 TContWaitQueue WaitQueue_;

Callers 3

CoCondVarTestFunction · 0.45
CountDownMethod · 0.45
NotifyManyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected