
9 Dec
2012
9 Dec
'12
11:37 a.m.
Could you add an example to boost.process' documentation which demonstrates how boost.process is used together with boost.asio in order to wait asynchronously on a child process? I think it is a common pattern on POSIX systems to establish an signal handler waiting on SIGCHLD and fetching the exit code. Oliver