| 725 | } |
| 726 | |
| 727 | void TCoroTest::TestFastPathWakeKqueue() { |
| 728 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Kqueue); |
| 729 | } |
| 730 | |
| 731 | void TCoroTest::TestFastPathWakePoll() { |
| 732 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Poll); |
nothing calls this directly
no test coverage detected