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

Method Schedule

library/cpp/neh/rq.cpp:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 class TLazyEventRequestQueue: public TBaseLockFreeRequestQueue {
117 public:
118 void Schedule(IRequestRef req) override {
119 Q_.Enqueue(req);
120 if (C_.Val()) {
121 E_.Signal();
122 }
123 }
124
125 IRequestRef Next() override {
126 IRequestRef ret;

Callers

nothing calls this directly

Calls 3

EnqueueMethod · 0.45
ValMethod · 0.45
SignalMethod · 0.45

Tested by

no test coverage detected