Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void AEventLoop::loop() {
30
mRunning = true;
31
while (mRunning) {
32
iteration();
33
}
34
}
35
36
void AEventLoop::iteration() {
37
AThread::processMessages();
Callers
1
wait
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected