$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Process: Formal review request
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2012-12-09 06:37:15
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