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

Method OnSend

library/cpp/neh/netliba.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160
161 public:
162 inline void OnSend(TRequestRef& req) {
163 Q_.Enqueue(req);
164 req->OnSend();
165 }
166
167 private:
168 void UpdateInFly() {

Callers

nothing calls this directly

Calls 2

EnqueueMethod · 0.45
OnSendMethod · 0.45

Tested by

no test coverage detected