[Issue 13443] stdin/stdout/stderr should be accessible from @safe code

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 3 06:20:22 PST 2015


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

--- Comment #2 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Not sure, but one thing to keep in mind is that C I/O is already implicitly
synchronized (see e.g. LockingTextReader/Writer).

--


More information about the Digitalmars-d-bugs mailing list