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