|
virtual void | WakeUp () override |
| Wake up the message loop when new work comes in.
|
|
virtual bool | WaitForMessages (ezInt32 iTimeout, ezIpcChannel *pFilter) override |
| Waits until a new message has been processed (sent, received). More...
|
|
| EZ_MAKE_SUBSYSTEM_STARTUP_FRIEND (Foundation, MessageLoop) |
|
void | StartUpdateThread () |
|
void | StopUpdateThread () |
|
void | RunLoop () |
|
bool | ProcessTasks () |
|
void | Quit () |
|
◆ WaitForMessages()
bool ezMessageLoop_Fallback::WaitForMessages |
( |
ezInt32 |
iTimeout, |
|
|
ezIpcChannel * |
pFilter |
|
) |
| |
|
overrideprotectedvirtual |
Waits until a new message has been processed (sent, received).
- Parameters
-
timeout | If negative, wait indefinitely. |
pFilter | If not null, wait for a message for the specific channel. |
- Returns
- Returns whether a message was received or the timeout was reached.
Implements ezMessageLoop.
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Communication/Implementation/MessageLoop_Fallback.h
- /home/runner/work/ezEngine/ezEngine/Code/Engine/Foundation/Communication/Implementation/MessageLoop_Fallback.cpp