Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Execute
Method
Execute
library/cpp/coroutine/engine/impl.cpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void TContExecutor::Execute() noexcept {
153
auto nop = [](void*){};
154
Execute(nop);
155
}
156
157
void TContExecutor::Execute(TContFunc func, void* arg) noexcept {
158
CreateOwned([=](TCont* cont) {
Callers
2
TryConnect
Function · 0.45
WaitForIO
Method · 0.45
Calls
1
func
Function · 0.85
Tested by
no test coverage detected