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

Method TestCondVar

library/cpp/coroutine/engine/coroutine_ut.cpp:325–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void TCoroTest::TestCondVar() {
326 TContExecutor e(32000);
327 e.Execute(CoCondVarTest);
328 UNIT_ASSERT_EQUAL(res, "0^1234561^1234562^123456");
329 res.clear();
330}
331
332namespace NCoroTestJoin {
333 struct TSleepCont {

Callers

nothing calls this directly

Calls 2

ExecuteMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected