Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
912
Result AwaitEventLoop::runOnce()
913
{
914
Result result = eventLoop.runOnce();
915
drainDeferredDestroys();
916
return result;
917
}
918
919
Result AwaitEventLoop::runNoWait()
920
{
Callers
15
asyncGet
Method · 0.45
asyncConcurrentGets
Method · 0.45
asyncDownloadLarge
Method · 0.45
asyncUploadPipeline
Method · 0.45
eventLoopSubdirectory
Method · 0.45
eventLoopWatchClose
Method · 0.45
eventLoopWatchStop
Method · 0.45
taskRegistry
Method · 0.45
taskGroupWaitAny
Method · 0.45
runOnceUntil
Method · 0.45
reactivationKeepsRequestOwned
Method · 0.45
lastReactivationDecisionWins
Method · 0.45
Calls
no outgoing calls
Tested by
15
asyncGet
Method · 0.36
asyncConcurrentGets
Method · 0.36
asyncDownloadLarge
Method · 0.36
asyncUploadPipeline
Method · 0.36
eventLoopSubdirectory
Method · 0.36
eventLoopWatchClose
Method · 0.36
eventLoopWatchStop
Method · 0.36
taskRegistry
Method · 0.36
taskGroupWaitAny
Method · 0.36
runOnceUntil
Method · 0.36
reactivationKeepsRequestOwned
Method · 0.36
lastReactivationDecisionWins
Method · 0.36