![]() |
Plasma Engine
2.0
|
Public Attributes | |
plRemoteMessageHandler | m_MessageHandler |
plDeque< plRemoteMessage > | m_MessageQueueIn |
Messages are pushed into this container on arrival. | |
plDeque< plRemoteMessage > | m_MessageQueueOut |
To flush the message queue, m_MessageQueueIn and m_MessageQueueOut are swapped. Thus new messages can arrive while we execute the event handler for each element in this container and then clear it. | |