$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [gsoc] Boost.Process done
From: Boris Schaeling (boris_at_[hidden])
Date: 2010-10-08 15:46:52
On Fri, 08 Oct 2010 09:12:40 +0200, Klaim <mjklaim_at_[hidden]> wrote:
> [...]async_wait() and wait() will work with any kind of child end of
> execution?
> Event unmanaged exception, manual kill etc?
Yes, as far as I know they should as they are based on wait()/waitpid() on
POSIX and WaitForMultipleObjects()/WaitForSingleObject() on Windows.
Boris