JeffGarland / liaw2019-process

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

Implementation details #58

Closed klemens-morgenstern closed 3 years ago

klemens-morgenstern commented 3 years ago

I finally found some time to work on a reference implementation and I will document changes to the design I required here. I.e. expect that to grow over time.

Reference implementation will be at https://github.com/klemens-morgenstern/process

klemens-morgenstern commented 3 years ago

Re 6045e33 I don't think the same is neccesary for the default_process_launcher.

klemens-morgenstern commented 3 years ago

Note: A process that has been moved from needs to be left in detached state. I don't know if this needs to be specified.