Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Enqueue
Method
Enqueue
library/cpp/neh/https.cpp:1710–1712 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1708
}
1709
1710
void Enqueue(IJob* j) {
1711
JQ_->EnqueueSafe(TAutoPtr<IJob>(j));
1712
}
1713
1714
void RunDispatcher(TCont* c) {
1715
for (;;) {
Callers
15
ThreadFunc
Method · 0.45
CopyData
Method · 0.45
AddRequest
Method · 0.45
AddResponse
Method · 0.45
AddCancel
Method · 0.45
AddSendRequestAcc
Method · 0.45
SendRequestImpl
Method · 0.45
CancelRequest
Method · 0.45
BreakRequest
Method · 0.45
SendResponseImpl
Method · 0.45
ExecStatsRequest
Method · 0.45
Push
Method · 0.45
Calls
1
EnqueueSafe
Method · 0.45
Tested by
no test coverage detected