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

Method Schedule

library/cpp/neh/udp.cpp:566–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564 }
565
566 inline void Schedule(TPacketRef p) {
567 ToSend_.Enqueue(p);
568 ToSendEv_.Signal();
569 }
570
571 inline void Schedule(TRequestDescrRef dsc, TPacketRef p) {
572 ScheduledReqs_.Enqueue(dsc);

Callers 7

SendReplyMethod · 0.45
ScheduleMethod · 0.45
ScheduleRequestMethod · 0.45
DoExecuteMethod · 0.45
StopMethod · 0.45
OnRequestMethod · 0.45
ScheduleRequestMethod · 0.45

Calls 2

EnqueueMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected