Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SendReply
Method · 0.45
Schedule
Method · 0.45
ScheduleRequest
Method · 0.45
DoExecute
Method · 0.45
Stop
Method · 0.45
OnRequest
Method · 0.45
ScheduleRequest
Method · 0.45
Calls
2
Enqueue
Method · 0.45
Signal
Method · 0.45
Tested by
no test coverage detected