
8 Oct
2010
8 Oct
'10
7:46 p.m.
On Fri, 08 Oct 2010 09:12:40 +0200, Klaim <mjklaim@gmail.com> 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