Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
void TCoroTest::TestCondVar() {
326
TContExecutor e(32000);
327
e.Execute(CoCondVarTest);
328
UNIT_ASSERT_EQUAL(res,
"0^1234561^1234562^123456"
);
329
res.clear();
330
}
331
332
namespace NCoroTestJoin {
333
struct TSleepCont {
Callers
nothing calls this directly
Calls
2
Execute
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected