arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
456 stars 90 forks source link

Don't waitpid on SIGCHLD, which lost the retcode #11

Closed maged closed 6 years ago

maged commented 6 years ago

Addresses issue #10

arun11299 commented 6 years ago

Thanks! Appreciate you contribution.