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

Method ScheduleRequest

library/cpp/neh/udp.cpp:674–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

672 }
673
674 THandleRef ScheduleRequest(const TMessage& msg, IOnRecv* fallback, TServiceStatRef& ss) override {
675 TNotifyHandleRef ret(new TUdpHandle(fallback, msg, !ss ? nullptr : new TStatCollector(ss)));
676
677 TProtos::Instance()->Schedule(msg, ret);
678
679 return ret.Get();
680 }
681
682 TStringBuf Scheme() const noexcept override {
683 return TStringBuf("udp");

Callers 1

RequestMethod · 0.45

Calls 3

InstanceFunction · 0.85
ScheduleMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected