AEventLoop#
Default event loop implementation.
| Header: | #include <AUI/Thread/AEventLoop.h> |
| CMake: | aui_link(my_target PUBLIC aui::core) |
Public Methods#
loop#
Default loop.
Until mRunning = true, calls iteraton() infinitely. The loop can be broken via stop() method.