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

Method runOnce

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

Source from the content-addressed store, hash-verified

918}
919
920SC::Result SC::AsyncEventLoop::runOnce() { return internal.runStep(*this, Internal::SyncMode::ForcedForwardProgress); }
921
922SC::Result SC::AsyncEventLoop::runNoWait() { return internal.runStep(*this, Internal::SyncMode::NoWait); }
923

Calls 1

runStepMethod · 0.80

Tested by

no test coverage detected