Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Next
Method
Next
library/cpp/neh/rq.cpp:204–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
202
}
203
204
IRequestRef Next() override {
205
IRequestRef ret;
206
207
while (!Q_.Dequeue(&ret)) {
208
usleep(1);
209
}
210
211
return ret;
212
}
213
};
214
215
struct TStupidEvent {
Callers
nothing calls this directly
Calls
2
usleep
Function · 0.85
Dequeue
Method · 0.45
Tested by
no test coverage detected