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

Method EnqueueAll

util/thread/lfqueue.h:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253 template <typename TCollection>
254 void EnqueueAll(const TCollection& data) {
255 EnqueueAll(data.begin(), data.end());
256 }
257 template <typename TIter>
258 void EnqueueAll(TIter dataBegin, TIter dataEnd) {
259 if (dataBegin == dataEnd) {

Callers 2

LaunchRangeMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected