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

Method submitRequests

Libraries/Async/Async.cpp:942–945  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

940}
941
942SC::Result SC::AsyncEventLoop::submitRequests(AsyncKernelEvents& kernelEvents)
943{
944 return internal.submitRequests(*this, kernelEvents);
945}
946
947SC::Result SC::AsyncEventLoop::blockingPoll(AsyncKernelEvents& kernelEvents)
948{

Calls 4

ResultClass · 0.70
getMethod · 0.45
dataMethod · 0.45
sizeInBytesMethod · 0.45