| 717 | } |
| 718 | |
| 719 | void TCoroTest::TestFastPathWakeDefault() { |
| 720 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Default); |
| 721 | } |
| 722 | |
| 723 | void TCoroTest::TestFastPathWakeEpoll() { |
| 724 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Epoll); |
nothing calls this directly
no test coverage detected