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

Method Enqueue

library/cpp/neh/tcp.cpp:553–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551 }
552
553 inline void Enqueue(TRequestPtr req) {
554 Q.Enqueue(req);
555
556 if (Links.Empty()) {
557 for (size_t i = 0; i < 1; ++i) {
558 SpawnLink();
559 }
560 }
561 }
562
563 inline void SpawnLink() {
564 Links.PushBack(new TLink(this));

Callers

nothing calls this directly

Calls 2

EnqueueMethod · 0.45
EmptyMethod · 0.45

Tested by

no test coverage detected