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

Method Enqueue

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

Source from the content-addressed store, hash-verified

540 }
541
542 void Enqueue(TItem value) {
543 Impl.Enqueue(value.Get());
544 Y_UNUSED(value.Release());
545 }
546
547 bool Dequeue(TItem& value) {
548 T* ptr = nullptr;

Callers

nothing calls this directly

Calls 4

Y_UNUSEDFunction · 0.85
EnqueueMethod · 0.45
GetMethod · 0.45
ReleaseMethod · 0.45

Tested by

no test coverage detected