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

Method Notify

library/cpp/neh/wfmo.h:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 inline void Notify(TWaitHandle* wq) noexcept {
85 Q_.Notify(wq);
86 }
87
88 inline bool Dequeue(TWaitHandle** wq) noexcept {
89 return Q_.Dequeue(wq);

Callers 2

SignalMethod · 0.45
RegisterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected