JeffGarland / liaw2019-process

Repository for initial drafting of boost.process standards paper
MIT License
5 stars 4 forks source link

representation of the launch? #24

Open JeffGarland opened 5 years ago

JeffGarland commented 5 years ago

So trying to document the process a bit more. Is this a fair representation? process

klemens-morgenstern commented 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: