| 440 | } |
| 441 | |
| 442 | void TCoroTest::TestJoinEpoll() { |
| 443 | NCoroTestJoin::DoTestJoin(EContPoller::Epoll); |
| 444 | } |
| 445 | |
| 446 | void TCoroTest::TestJoinKqueue() { |
| 447 | NCoroTestJoin::DoTestJoin(EContPoller::Kqueue); |
nothing calls this directly
no test coverage detected