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

Method Schedule

library/cpp/neh/tcp.cpp:357–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 }
356
357 inline void Schedule(TResponcePtr res) {
358 PQ.EnqueueSafe(res);
359 }
360
361 void RunDispatcher(TCont* c) {
362 while (true) {

Callers 3

SendReplyMethod · 0.45
ScheduleMethod · 0.45
ScheduleRequestMethod · 0.45

Calls 1

EnqueueSafeMethod · 0.45

Tested by

no test coverage detected