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

Method TestJoinEpoll

library/cpp/coroutine/engine/coroutine_ut.cpp:442–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void TCoroTest::TestJoinEpoll() {
443 NCoroTestJoin::DoTestJoin(EContPoller::Epoll);
444}
445
446void TCoroTest::TestJoinKqueue() {
447 NCoroTestJoin::DoTestJoin(EContPoller::Kqueue);

Callers

nothing calls this directly

Calls 1

DoTestJoinFunction · 0.85

Tested by

no test coverage detected