|
ApertureOS
|
Data Structures | |
| struct | MsgData |
| Message Data. More... | |
Enumerations | |
| enum | PumpMsgTypes { MSG_T_NONE = 0, MSG_T_ERROR = 1, MSG_T_SOCK = 3 } |
| Messages that can be sent by the message pump. More... | |
Functions | |
| void | MsgPump_Register () |
| Register the current thread to recieve message pump notifications. More... | |
| void | MsgPump_SendMessage () |
| Send a message through the message pump. More... | |
| enum PumpMsgTypes |
| void MsgPump_Register | ( | ) |
Register the current thread to recieve message pump notifications.
The thread must poll for messages in its queue and act upon them accordingly
| void MsgPump_SendMessage | ( | ) |
Send a message through the message pump.
Send a message to any local application through the message pump
1.8.9.1