Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Schedule
Method
Schedule
library/cpp/neh/rq.cpp:38–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
void Schedule(IRequestRef req) override {
39
Q_.Enqueue(req);
40
char ch = 42;
41
W_.Write(&ch, 1);
42
}
43
44
IRequestRef Next() override {
45
IRequestRef ret;
Callers
nothing calls this directly
Calls
2
Enqueue
Method · 0.45
Write
Method · 0.45
Tested by
no test coverage detected