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

Method SetResponse

library/cpp/netliba/v12/udp_http.cpp:1325–1330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1323 }
1324
1325 void IRequestOps::TWaitResponse::SetResponse(TUdpHttpResponse* r) {
1326 Y_ASSERT(Response == nullptr || r == nullptr);
1327 if (r)
1328 Response = r;
1329 CompleteEvent.Signal();
1330 }
1331
1332 //////////////////////////////////////////////////////////////////////////
1333 // TRequesterUserQueues

Callers 1

FinishRequestMethod · 0.45

Calls 1

SignalMethod · 0.45

Tested by

no test coverage detected