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

Method TestJoinKqueue

library/cpp/coroutine/engine/coroutine_ut.cpp:446–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void TCoroTest::TestJoinKqueue() {
447 NCoroTestJoin::DoTestJoin(EContPoller::Kqueue);
448}
449
450void TCoroTest::TestJoinPoll() {
451 NCoroTestJoin::DoTestJoin(EContPoller::Poll);

Callers

nothing calls this directly

Calls 1

DoTestJoinFunction · 0.85

Tested by

no test coverage detected