| 708 | } |
| 709 | |
| 710 | static void DoTestFastPathWake(EContPoller pollerType) { |
| 711 | if (auto poller = IPollerFace::Construct(pollerType)) { |
| 712 | TContExecutor exec(20000, std::move(poller)); |
| 713 | exec.SetFailOnError(true); |
| 714 | exec.Execute(NCoroTestFastPathWake::DoMain); |
| 715 | } |
| 716 | } |
| 717 | } |
| 718 | |
| 719 | void TCoroTest::TestFastPathWakeDefault() { |