[Issue 13727] std.stdio.File not thread-safe

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Nov 12 19:08:23 PST 2014


https://issues.dlang.org/show_bug.cgi?id=13727

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Note that even though the above example has all threads reading from the same
file, this doesn't matter, as the problem occurs even when accessing distinct
files.

--


More information about the Digitalmars-d-bugs mailing list