MCPcopy Create free account
hub / github.com/catboost/catboost / ~TCtx

Method ~TCtx

library/cpp/coroutine/engine/coroutine_ut.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 auto f1 = [&f2run](TCont* c) {
93 struct TCtx {
94 ~TCtx() {
95 Y_ABORT_UNLESS(!*F2);
96
97 C->Yield();
98 }
99
100 TCont* C;
101 bool* F2;

Callers

nothing calls this directly

Calls 1

YieldMethod · 0.80

Tested by

no test coverage detected