MCPcopy Create free account
hub / github.com/aui-framework/aui / loop

Method loop

aui.core/src/AUI/Thread/AEventLoop.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void AEventLoop::loop() {
30 mRunning = true;
31 while (mRunning) {
32 iteration();
33 }
34}
35
36void AEventLoop::iteration() {
37 AThread::processMessages();

Callers 1

waitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected