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

Method Enqueue

util/thread/lfqueue.h:387–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 }
386
387 inline void Enqueue(TRef& t) {
388 Queue.Enqueue(t.Get());
389 Y_UNUSED(t.Release());
390 }
391
392 inline void Enqueue(TRef&& t) {
393 Queue.Enqueue(t.Get());

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