
7 Oct
2010
7 Oct
'10
9:53 p.m.
On Thu, 07 Oct 2010 15:05:21 +0200, Klaim <mjklaim@gmail.com> wrote: Hi Klaim,
If I want my parent process to work but to be "notified" by the end of a child process execution, whatever the reason (runtime error, unmanged exception etc) ... ...if I understood correctly, I should use boost::process::status::async_wait() to achive this. Is that correct?
yes. You can also use boost::process::status::wait() if you want to wait synchronously (this method blocks). Boris
[...]