2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-23 17:52:16 +00:00

Update async.hpp

This commit is contained in:
Klemens Morgenstern
2017-08-02 09:35:41 +02:00
committed by GitHub
parent 71c2fad8ce
commit 264b517b38

View File

@@ -117,8 +117,8 @@ chlid c2("ls", on_exit=exit_code);
\endcode
\note The handler is not invoked when the launch fails.
\warning When used \ref ignore_error it might gte invoked on error.
\warning When used \ref ignore_error it might get invoked on error.
\warning All `on_exit` use one signal(SIGCHLD) on poisx, which is only guaranteed to work when all use the same `io_service`.
*/
constexpr static ::boost::process::detail::on_exit_ on_exit{};
#endif