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

Method ~TTXUserQueue

library/cpp/netliba/v12/udp_host.cpp:280–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

278 {
279 }
280 ~TTXUserQueue() {
281 if (!Queue.IsEmpty()) {
282 fprintf(stderr, "TTXUserQueue destructed with no empty queue, memory leak...");
283 }
284 Y_ASSERT(Queue.IsEmpty());
285 }
286
287 void EnqueueConnect(TConnection* connection) {
288 Queue.Enqueue(std::make_pair(ETXUserCmd::TXUC_CONNECT, connection));

Callers

nothing calls this directly

Calls 1

IsEmptyMethod · 0.45

Tested by

no test coverage detected