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

Method EnqueueAll

util/thread/lfstack_ut.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 }
298
299 static void EnqueueAll(TLockFreeStack<int>& stack) {
300 TVector<int> values(5);
301 stack.EnqueueAll(values);
302 }
303
304 static void DequeueAll(TLockFreeStack<int>& stack) {
305 TVector<int> value;

Callers

nothing calls this directly

Calls 1

EnqueueAllMethod · 0.45

Tested by

no test coverage detected