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

Method RecvCycle

library/cpp/neh/tcp.cpp:288–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 }
287
288 void RecvCycle(TCont* c) {
289 TLinkRef self(this);
290
291 try {
292 DoRecvCycle(c);
293 } catch (...) {
294 if (!c->Cancelled()) {
295 Cdbg << "neh/tcp/2: " << CurrentExceptionMessage() << Endl;
296 }
297 }
298 }
299
300 inline void DoRecvCycle(TCont* c) {
301 TContIO io(S, c);

Callers

nothing calls this directly

Calls 2

CurrentExceptionMessageFunction · 0.85
CancelledMethod · 0.80

Tested by

no test coverage detected