[Issue 13241] writeln no longer flushes stdout
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sat Aug  2 16:19:13 PDT 2014
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13241
--- Comment #3 from Vladimir Panteleev <thecybershadow at gmail.com> ---
No, and that misses the point of this bug request. Streams are already flushed
on normal process termination. The problem is that the lines are not shown on
the screen instantly, which means that programs that display their progress to
the screen will have laggy output.
--
    
    
More information about the Digitalmars-d-bugs
mailing list