ProtectedTextStorage

protected text storage box to read and write text from different threads

Constructors

this
this()
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
readText
dstring readText()

log lines

writeText
void writeText(dstring text)

log lines

Properties

closed
bool closed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TextReader

readText
dstring readText()

log lines

From TextWriter

writeText
void writeText(dstring text)

log lines

Meta