| 945 | } |
| 946 | |
| 947 | SC::Result SC::AsyncEventLoop::blockingPoll(AsyncKernelEvents& kernelEvents) |
| 948 | { |
| 949 | return internal.blockingPoll(*this, Internal::SyncMode::ForcedForwardProgress, kernelEvents); |
| 950 | } |
| 951 | |
| 952 | SC::Result SC::AsyncEventLoop::dispatchCompletions(AsyncKernelEvents& kernelEvents) |
| 953 | { |