$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gsoc] Boost.Process done
From: Klaim (mjklaim_at_[hidden])
Date: 2010-10-08 03:12:40
>
>
> 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.