8 Jun
2016
8 Jun
'16
8:32 p.m.
That's not possible, so it won't be in the library. It might be added to the platform-extensions though, i.e. you could have something like the following functions if you include boost/process/posix.hpp or boost/process/windows.hpp (needs to be distinguished by #ifdef) I only partially followed the discussion. I think the starting point of
Hi, this was that the library needs a way to kill a child for example to prevent a deadlock when a pipe breaks, etc. What would in this case be the default behaviour on linux? I would think that a solution would be perfectly fine if it behaved as expected on each operating system, even if the behaviour is different for the different operating systems.