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

Method TestJoinDefault

library/cpp/coroutine/engine/coroutine_ut.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438void TCoroTest::TestJoinDefault() {
439 NCoroTestJoin::DoTestJoin(EContPoller::Default);
440}
441
442void TCoroTest::TestJoinEpoll() {
443 NCoroTestJoin::DoTestJoin(EContPoller::Epoll);

Callers

nothing calls this directly

Calls 1

DoTestJoinFunction · 0.85

Tested by

no test coverage detected