| 729 | } |
| 730 | |
| 731 | void TCoroTest::TestFastPathWakePoll() { |
| 732 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Poll); |
| 733 | } |
| 734 | |
| 735 | void TCoroTest::TestFastPathWakeSelect() { |
| 736 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Select); |
nothing calls this directly
no test coverage detected