Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ TContPoller
Method
TContPoller
library/cpp/coroutine/engine/cont_poller.h:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
using TEvents = IPollerFace::TEvents;
132
133
TContPoller()
134
: P_(IPollerFace::Default())
135
{
136
}
137
138
explicit TContPoller(THolder<IPollerFace> poller)
139
: P_(std::move(poller))
Callers
nothing calls this directly
Calls
2
Default
Function · 0.85
move
Function · 0.50
Tested by
no test coverage detected