Home
last modified time | relevance | path

Searched defs:async_system_handler (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/process/
Dasync_system.hpp42 struct async_system_handler : ::boost::process::detail::api::async_handler struct
44 boost::asio::io_context & ios;
46 ExitHandler, void(boost::system::error_code, int)> init;
49 bool errored = false;
53 async_system_handler( in async_system_handler() function
62 void on_error(Exec&, const std::error_code & ec) in on_error()
76 BOOST_ASIO_INITFN_RESULT_TYPE(ExitHandler, void (boost::system::error_code, int)) in BOOST_ASIO_INITFN_RESULT_TYPE()
83 std::function<void(int, const std::error_code&)> on_exit_handler(Executor&) in on_exit_handler()