WriterThread

Thread to output to stdout

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(string output)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

get
WriterThread get()

Returns a reference to the only instance of this class.

Inherited Members

From Output

send
void send(string output)
Undocumented in source.
flush
void flush()
Undocumented in source.

Meta