Closed JeffGarland closed 5 years ago
There QProcess
, glibmm::spawn
,
cpp-subprocess
and reproc
, too.
The cpp-subprocess
is only available on posix (or was back then) and is the closest to what I wanted to achieve with boost.process
.
Thanks for the list -- I've incorporated these into the paper.
Folly was brought up. I've also used the old school ACE::process in the past.