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

Method SetResponse

library/cpp/netliba/v6/udp_http.cpp:1176–1181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174 }
1175
1176 void IRequestOps::TWaitResponse::SetResponse(TUdpHttpResponse* r) {
1177 Y_ASSERT(Response == nullptr || r == nullptr);
1178 if (r)
1179 Response = r;
1180 CompleteEvent.Signal();
1181 }
1182
1183 //////////////////////////////////////////////////////////////////////////
1184 // TRequesterUserQueues

Callers 1

FinishRequestMethod · 0.45

Calls 1

SignalMethod · 0.45

Tested by

no test coverage detected