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

Method Schedule

library/cpp/neh/tcp.cpp:583–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581 }
582
583 inline THandleRef Schedule(const TNehMessage& msg, IOnRecv* fallback, TServiceStatRef& ss) {
584 TSimpleHandleRef ret(new TSimpleHandle(fallback, msg, !ss ? nullptr : new TStatCollector(ss)));
585
586 Reqs.Enqueue(new TRequest(ret, msg));
587
588 return ret.Get();
589 }
590
591 void RunExecutor() {
592 //SetHighestThreadPriority();

Callers

nothing calls this directly

Calls 2

EnqueueMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected