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

Method Start

library/cpp/threading/equeue/equeue.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void TElasticQueue::Start(size_t threadCount, size_t maxQueueSize) {
70 MaxQueueSize_ = maxQueueSize;
71 SlaveQueue_->Start(threadCount, maxQueueSize);
72}
73
74void TElasticQueue::Stop() noexcept {
75 return SlaveQueue_->Stop();

Callers 5

Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45
MakePoolFunction · 0.45
StartThreadFunction · 0.45
RunNewThreadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected