JeffGarland / liaw2019-process

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

LEWGI Cologne: Are pids fundamental? #31

Closed JeffGarland closed 5 years ago

JeffGarland commented 5 years ago

Must we have them in version 1?

My take on this is that yes, they are fundamental - effectively like thread::id. That is to say to interact with the native OS api's it is needed.

Other rationale appreciated.