| 721 | } |
| 722 | |
| 723 | void TCoroTest::TestFastPathWakeEpoll() { |
| 724 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Epoll); |
| 725 | } |
| 726 | |
| 727 | void TCoroTest::TestFastPathWakeKqueue() { |
| 728 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Kqueue); |
nothing calls this directly
no test coverage detected