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

Method TestJoinCancelExitRaceBug

library/cpp/coroutine/engine/coroutine_ut.cpp:504–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void TCoroTest::TestJoinCancelExitRaceBug() {
505 TContExecutor exec(20000);
506 exec.SetFailOnError(true);
507 exec.Execute(NCoroJoinCancelExitRaceBug::DoMain);
508}
509
510namespace NCoroWaitWakeLivelockBug {
511 struct TState;

Callers

nothing calls this directly

Calls 2

SetFailOnErrorMethod · 0.80
ExecuteMethod · 0.45

Tested by

no test coverage detected