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

Method Enqueue

util/thread/lfstack_ut.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288 using ValueType = int;
289
290 static void Enqueue(TLockFreeStack<int>& stack, size_t i) {
291 stack.Enqueue(static_cast<int>(i));
292 }
293
294 static void Dequeue(TLockFreeStack<int>& stack) {
295 int value;

Callers

nothing calls this directly

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected