| 733 | } |
| 734 | |
| 735 | void TCoroTest::TestFastPathWakeSelect() { |
| 736 | NCoroTestFastPathWake::DoTestFastPathWake(EContPoller::Select); |
| 737 | } |
| 738 | |
| 739 | namespace NCoroTestLegacyCancelYieldRaceBug { |
| 740 | enum class EState { |
nothing calls this directly
no test coverage detected