
8 Oct
2010
8 Oct
'10
7:12 a.m.
yes. You can also use boost::process::status::wait() if you want to wait synchronously (this method blocks).
As I said that the parent process have to work while wanting to be notified of children end, I guess that's not an option for me. async_wait() and wait() will work with any kind of child end of execution? Event unmanaged exception, manual kill etc? Thanks for the confirmation. Joel Lamotte.