MCPcopy Create free account
hub / github.com/catboost/catboost / ~TCondVarImpl

Method ~TCondVarImpl

util/system/condvar.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 public:
28 inline ~TCondVarImpl() {
29 Y_ASSERT(Events_.Empty());
30 }
31
32 inline void Signal() noexcept {
33 with_lock (Lock_) {

Callers

nothing calls this directly

Calls 1

EmptyMethod · 0.45

Tested by

no test coverage detected