Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Dequeue
Method
Dequeue
library/cpp/neh/pipequeue.h:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
inline T* Dequeue(TCont* c) {
123
char ch[buflen];
124
125
return (T*)Q_.Dequeue(c, ch, sizeof(ch));
126
}
127
128
protected:
129
TPipeQueueBase Q_;
Callers
4
Dequeue
Method · 0.45
Dequeue
Method · 0.45
~TAutoPipeQueue
Method · 0.45
~TAutoOneConsumerPipeQueue
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected