MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / blockingPoll

Method blockingPoll

Libraries/Async/Async.cpp:947–950  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls 3

ResultClass · 0.70
isValidMethod · 0.45
getMethod · 0.45