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

Method runNoWait

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

Source from the content-addressed store, hash-verified

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
924SC::Result SC::AsyncEventLoop::run()
925{

Callers

nothing calls this directly

Calls 1

runStepMethod · 0.80

Tested by

no test coverage detected