AUI Framework  master
Cross-platform module-based framework for developing C++20 desktop applications
UnixIoEventLoop Class Reference

Public Member Functions

 UnixIoEventLoop (UnixIoThread &parent)
 
void notifyProcessMessages () override
 Notifies this IEventLoop that its thread got a new message to process. More...
 
void loop () override
 Do message processing loop. More...
 

Member Function Documentation

◆ loop()

void UnixIoEventLoop::loop ( )
inlineoverridevirtual

Do message processing loop.

Implements IEventLoop.

◆ notifyProcessMessages()

void UnixIoEventLoop::notifyProcessMessages ( )
inlineoverridevirtual

Notifies this IEventLoop that its thread got a new message to process.

Implements IEventLoop.


The documentation for this class was generated from the following file:
Inheritance diagram for UnixIoEventLoop:
Collaboration diagram for UnixIoEventLoop: