Programming Windows D Examples are now Online!
Walter Bright
newshound2 at digitalmars.com
Wed Jun 22 13:37:17 PDT 2011
On 6/22/2011 12:01 PM, Andrej Mitrovic wrote:
> I just ran into some odd stdout corruption issue while doing parallel
> builds, take a look:
stdout is shared, but the atomic units of output are where the calls to it are,
and are interleaved otherwise. For example, a single call to printf locks stdout
for the duration of the printf.
More information about the Digitalmars-d-announce
mailing list