Open JeffGarland opened 5 years ago
Almost, the process
just forwards to the launcher, and the launcher
returns an object of type process
. I.e. 2 & 3 originate with the ProcessLauncher
.
The documentation for how it works in boost.process
is here, note that the ProcessLauncher
is called executor there:
So trying to document the process a bit more. Is this a fair representation?