MCPcopy 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
152void TContExecutor::Execute() noexcept {
153 auto nop = [](void*){};
154 Execute(nop);
155}
156
157void TContExecutor::Execute(TContFunc func, void* arg) noexcept {
158 CreateOwned([=](TCont* cont) {

Callers 2

TryConnectFunction · 0.45
WaitForIOMethod · 0.45

Calls 1

funcFunction · 0.85

Tested by

no test coverage detected