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:
committed by
GitHub
parent
71c2fad8ce
commit
264b517b38
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user