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.
join
void join()

Waits for the writer thread to terminate.

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.

start
void start()

Creates the singleton instance and waits until it's ready.

Inherited Members

From Output

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

Meta