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

anonymous4 <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from anonymous4 <[email protected]> ---
>app looks halted at some middle point
It waits for input in readln, type text and press enter, the process will
continue execution. Buffering for file output is by design for better
performance, like for any file. You can adjust flushing settings with setvbuf
method.

--

Reply via email to