]> git.tdb.fi Git - builder.git/commit
Read output from external task while waiting
authorMikko Rasa <tdb@tdb.fi>
Fri, 21 Jun 2019 17:59:15 +0000 (20:59 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 21 Jun 2019 17:59:15 +0000 (20:59 +0300)
commita5a1ecb806ec2dec26701b931b8d2d6cbe7f4928
treeea155e9138b292eb98116580d2b8d87f7c53d9a6
parentf622661da16d5724a778f87c5be46fe9be8a6412
Read output from external task while waiting

Waiting for the process to finish first may lead to a deadlock if it
produces more output than can fit in the pipe's buffers.
source/externaltask.cpp