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

Method SendResponseAt

library/cpp/neh/multiclient_ut.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53
54 void SendResponseAt(TInstant& at, const IRequestRef& req, TData& data) {
55 {
56 TGuard<TMutex> g(M_);
57 R_.PushBack(new TTmResponse(at, req, data));
58 }
59 E_.Signal();
60 }
61
62 private:
63 void DoExecute() override {

Callers 1

ServeRequestMethod · 0.80

Calls 2

PushBackMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected