Subject: | make autoflush same as undelaying write handle has |
If I pass write_handle with autoflush = 1 I reasonably expect the output will not be buffered.
Aslo this will answer the question, which value must be default:
It currently defaults to false for any file handle, but future versions of IO::Async may enable this by default on STDOUT and STDERR.