arun11299 / cpp-subprocess

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

question: condition for `communicate_threaded` #86

Closed ObiWahn closed 1 year ago

ObiWahn commented 1 year ago

https://github.com/arun11299/cpp-subprocess/blob/master/subprocess.hpp#L1875

I wonder if this condition should be negated.

ObiWahn commented 1 year ago

I started rewriting the code and then understood that you are counting the the nullptrs :) Sorry for the noise!