| 950 | } |
| 951 | |
| 952 | SC::Result SC::AsyncEventLoop::dispatchCompletions(AsyncKernelEvents& kernelEvents) |
| 953 | { |
| 954 | return internal.dispatchCompletions(*this, Internal::SyncMode::ForcedForwardProgress, kernelEvents); |
| 955 | } |
| 956 | |
| 957 | template <> |
| 958 | void SC::AsyncEventLoop::InternalOpaque::construct(Handle& buffer) |