On D's side you can use ``stdout.flush;`` to force it to flush.I don't think there is a way to force flushing via CLI.
OK, thank you! Problem solved! Use code: ```D std.stdio.stdout.flush(); ```
zoujiaqing via Digitalmars-d-learn Tue, 12 Mar 2024 02:37:00 -0700
On D's side you can use ``stdout.flush;`` to force it to flush.I don't think there is a way to force flushing via CLI.
OK, thank you! Problem solved! Use code: ```D std.stdio.stdout.flush(); ```