[erlang-questions] Flush "stdout" buffer
zxq9
zxq9@REDACTED
Sat Sep 2 08:54:51 CEST 2017
On 2017年09月02日 土曜日 06:42:43 Frank Muller wrote:
> Hi Per,
>
> Hmmm ... So If i understand it well, we've no control on that after all.
>
> The data can still be buffered on the kernel side.
Right, WE don't have control over it, but the runtime already does, and as far as I can tell, fflush() is called every place it would be meaningful to do so already.
https://github.com/erlang/otp/search?utf8=%E2%9C%93&q=fflush
This is how things go when working with a MUCH higher level runtime than you seem to be accustimed to.
-Craig
More information about the erlang-questions
mailing list