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

Method TFdRequestQueue

library/cpp/neh/rq.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 class TFdRequestQueue: public TBaseLockFreeRequestQueue {
32 public:
33 inline TFdRequestQueue() {
34 TPipeHandle::Pipe(R_, W_);
35 SetNonBlock(W_);
36 }
37
38 void Schedule(IRequestRef req) override {
39 Q_.Enqueue(req);

Callers

nothing calls this directly

Calls 1

SetNonBlockFunction · 0.85

Tested by

no test coverage detected