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

Method Enqueue

library/cpp/neh/tcp.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83 template <class TPtr>
84 inline void Enqueue(TPtr p) noexcept {
85 L.PushBack(p.Release());
86 Ev.Signal();
87 }
88
89 template <class TPtr>
90 inline bool Dequeue(TPtr& p) noexcept {

Callers 6

EnqueueMethod · 0.45
RunDispatcherMethod · 0.45
EnqueueMethod · 0.45
~TClientMethod · 0.45
ScheduleMethod · 0.45
RunDispatcherMethod · 0.45

Calls 3

PushBackMethod · 0.45
ReleaseMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected