BlockingTextWriter?
Paul D. Anderson
paul.d.removethis.anderson at comcast.andthis.net
Sat Mar 17 00:29:47 PDT 2012
In the Phobos documentation for std.format:
"[O]utput is sent do this writer. Typical output writers include
std.array.Appender!string and std.stdio.BlockingTextWriter."
std.stdio doesn't have a "BlockingTextWriter" but it does have a
"LockingTextWriter".
Typo? Name change? "BlockingTextWriter" is scheduled for
deprecation?
Also --
It was only after I cut and pasted the documentation fragment
that I noticed that output is sent "do" this writer.
Paul
More information about the Digitalmars-d
mailing list