Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TPoller
Method
TPoller
library/cpp/coroutine/engine/poller.cpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
75
public:
76
TPoller() {
77
E_.Reserve(1);
78
}
79
80
void Set(const TChange& c) {
81
P_.Set(c.Data, c.Fd, c.Flags);
Callers
nothing calls this directly
Calls
1
Reserve
Method · 0.45
Tested by
no test coverage detected