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

Method TestJoinPoll

library/cpp/coroutine/engine/coroutine_ut.cpp:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450void TCoroTest::TestJoinPoll() {
451 NCoroTestJoin::DoTestJoin(EContPoller::Poll);
452}
453
454void TCoroTest::TestJoinSelect() {
455 NCoroTestJoin::DoTestJoin(EContPoller::Select);

Callers

nothing calls this directly

Calls 1

DoTestJoinFunction · 0.85

Tested by

no test coverage detected