| 444 | } |
| 445 | |
| 446 | void TCoroTest::TestJoinKqueue() { |
| 447 | NCoroTestJoin::DoTestJoin(EContPoller::Kqueue); |
| 448 | } |
| 449 | |
| 450 | void TCoroTest::TestJoinPoll() { |
| 451 | NCoroTestJoin::DoTestJoin(EContPoller::Poll); |
nothing calls this directly
no test coverage detected