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

Method runOnce

Libraries/Await/Await.cpp:912–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912Result AwaitEventLoop::runOnce()
913{
914 Result result = eventLoop.runOnce();
915 drainDeferredDestroys();
916 return result;
917}
918
919Result AwaitEventLoop::runNoWait()
920{

Callers 15

asyncGetMethod · 0.45
asyncConcurrentGetsMethod · 0.45
asyncDownloadLargeMethod · 0.45
asyncUploadPipelineMethod · 0.45
eventLoopSubdirectoryMethod · 0.45
eventLoopWatchCloseMethod · 0.45
eventLoopWatchStopMethod · 0.45
taskRegistryMethod · 0.45
taskGroupWaitAnyMethod · 0.45
runOnceUntilMethod · 0.45

Calls

no outgoing calls

Tested by 15

asyncGetMethod · 0.36
asyncConcurrentGetsMethod · 0.36
asyncDownloadLargeMethod · 0.36
asyncUploadPipelineMethod · 0.36
eventLoopSubdirectoryMethod · 0.36
eventLoopWatchCloseMethod · 0.36
eventLoopWatchStopMethod · 0.36
taskRegistryMethod · 0.36
taskGroupWaitAnyMethod · 0.36
runOnceUntilMethod · 0.36