Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ CoMutexTest
Function
CoMutexTest
library/cpp/coroutine/engine/coroutine_ut.cpp:280–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
static void CoMutexTest(TCont* c, void* /*run*/) {
281
c->Executor()->Create(CoMutex, nullptr,
"1"
);
282
c->Executor()->Create(CoMutex, nullptr,
"2"
);
283
}
284
285
void TCoroTest::TestMutex() {
286
TContExecutor e(32000);
Callers
nothing calls this directly
Calls
2
Create
Method · 0.45
Executor
Method · 0.45
Tested by
no test coverage detected