|
virtual void | WakeUp () override |
| Wake up the message loop when new work comes in.
|
|
virtual bool | WaitForMessages (plInt32 iTimeout, plIpcChannel *pFilter) override |
| Waits until a new message has been processed (sent, received).
|
|
| PL_MAKE_SUBSYSTEM_STARTUP_FRIEND (Foundation, MessageLoop) |
|
void | StartUpdateThread () |
|
void | StopUpdateThread () |
|
void | RunLoop () |
|
bool | ProcessTasks () |
|
void | Quit () |
|
◆ WaitForMessages()
bool plMessageLoop_Fallback::WaitForMessages |
( |
plInt32 | iTimeout, |
|
|
plIpcChannel * | 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 plMessageLoop.
◆ WakeUp()
void plMessageLoop_Fallback::WakeUp |
( |
| ) |
|
|
overrideprotectedvirtual |
Wake up the message loop when new work comes in.
Implements plMessageLoop.
The documentation for this class was generated from the following files:
- Code/Engine/Foundation/Communication/Implementation/MessageLoop_Fallback.h
- Code/Engine/Foundation/Communication/Implementation/MessageLoop_Fallback.cpp