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

Method Start

library/cpp/neh/netliba_udp_http.cpp:266–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 bool Start(int port, int physicalCpu) {
267 Y_ASSERT(Host_.Get() == nullptr);
268 Port_ = port;
269 PhysicalCpu_ = physicalCpu;
270 MyThread_.Start();
271 HasStarted_.Wait();
272 return Host_.Get() != nullptr;
273 }
274
275 void EnableReportRequestCancel() override {
276 ReportRequestCancel_ = true;

Callers 3

Y_UNIT_TESTFunction · 0.45
CreateHttpUdpRequesterFunction · 0.45
SpawnFunction · 0.45

Calls 2

GetMethod · 0.45
WaitMethod · 0.45

Tested by

no test coverage detected