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

Method RunExecutor

library/cpp/neh/tcp.cpp:591–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589 }
590
591 void RunExecutor() {
592 //SetHighestThreadPriority();
593 TContExecutor e(RealStackSize(32000));
594
595 e.Create<TClient, &TClient::RunDispatcher>(this, "dispatcher");
596 e.Execute();
597 }
598
599 void RunDispatcher(TCont* c) {
600 TRequestPtr req;

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected