| 956 | |
| 957 | SC::Result SC::AsyncEventLoop::dispatchCompletions(AsyncKernelEvents& kernelEvents) |
| 958 | { |
| 959 | return internal.dispatchCompletions(*this, Internal::SyncMode::ForcedForwardProgress, kernelEvents); |
| 960 | } |
| 961 | |
| 962 | template <> |
| 963 | void SC::AsyncEventLoop::InternalOpaque::construct(Handle& buffer) |
| 964 | { |
no test coverage detected