MCPcopy Create free account
hub / github.com/catboost/catboost / Abort

Method Abort

library/cpp/coroutine/engine/impl.cpp:233–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void TContExecutor::Abort() noexcept {
234 WaitQueue_.Abort();
235 auto visitor = [](TCont* c) {
236 c->Cancel();
237 };
238 Ready_.ForEach(visitor);
239 ReadyNext_.ForEach(visitor);
240}
241
242TCont* TContExecutor::Create(
243 TContFunc func,

Callers

nothing calls this directly

Calls 2

CancelMethod · 0.45
ForEachMethod · 0.45

Tested by

no test coverage detected