MCPcopy 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

ThreadFuncMethod · 0.45
CopyDataMethod · 0.45
AddRequestMethod · 0.45
AddResponseMethod · 0.45
AddCancelMethod · 0.45
AddSendRequestAccMethod · 0.45
SendRequestImplMethod · 0.45
CancelRequestMethod · 0.45
BreakRequestMethod · 0.45
SendResponseImplMethod · 0.45
ExecStatsRequestMethod · 0.45
PushMethod · 0.45

Calls 1

EnqueueSafeMethod · 0.45

Tested by

no test coverage detected