| 436 | } |
| 437 | |
| 438 | void TCoroTest::TestJoinDefault() { |
| 439 | NCoroTestJoin::DoTestJoin(EContPoller::Default); |
| 440 | } |
| 441 | |
| 442 | void TCoroTest::TestJoinEpoll() { |
| 443 | NCoroTestJoin::DoTestJoin(EContPoller::Epoll); |
nothing calls this directly
no test coverage detected