MessageQueue

A simple input message queue to work across threads. Handles local user input.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
string front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(string message)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta