| 448 | } |
| 449 | |
| 450 | void TCoroTest::TestJoinPoll() { |
| 451 | NCoroTestJoin::DoTestJoin(EContPoller::Poll); |
| 452 | } |
| 453 | |
| 454 | void TCoroTest::TestJoinSelect() { |
| 455 | NCoroTestJoin::DoTestJoin(EContPoller::Select); |
nothing calls this directly
no test coverage detected