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

Function DoAux

library/cpp/coroutine/engine/coroutine_ut.cpp:463–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461 };
462
463 static void DoAux(TCont*, void* argPtr) noexcept {
464 TState& state = *(TState*)(argPtr);
465
466 // 06.{Ready:[Sub2]} > {Ready:[Sub2,Sub]}
467 state.Sub->Cancel();
468 }
469
470 static void DoSub2(TCont*, void*) noexcept {
471 // 07.{Ready:[Sub]} > Exit > {Ready:[Sub],ToDelete:[Sub2]}

Callers

nothing calls this directly

Calls 1

CancelMethod · 0.45

Tested by

no test coverage detected