Is there a way to specify buffering mode (unbuffered,line-buffered,block-buffered) in spawnShell + friends? This is very useful to have in many applications, eg for logging where one wants to view in progress log results without waiting for entire process to complete or for a 40960-sized block to be written (as is currently the case it seems)
spawnShell: how to specify buffering mode (unbuffered, line-buffered, block-buffered)?
Timothee Cour via Digitalmars-d-learn Tue, 09 Sep 2014 18:31:12 -0700
- spawnShell: how to specify buffering... Timothee Cour via Digitalmars-d-learn
- Re: spawnShell: how to specify ... Kagamin via Digitalmars-d-learn