What is the way to print data on standard output without buffering? println buffers data and writes them all together.
Equivalently a command to empty the print buffer would be useful.
flush
is the command to empty the print buffer for a given stream: https://docs.julialang.org/en/v1/base/io-network/#Base.flush
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With