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

Method ~TAutoQueueBase

library/cpp/threading/chunk_queue/queue.h:535–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533 using TItem = TAutoPtr<T>;
534
535 ~TAutoQueueBase() {
536 TItem value;
537 while (Dequeue(value)) {
538 // do nothing
539 }
540 }
541
542 void Enqueue(TItem value) {
543 Impl.Enqueue(value.Get());

Callers

nothing calls this directly

Calls 1

DequeueFunction · 0.50

Tested by

no test coverage detected