Searched defs:async_out_future (Results 1 – 2 of 2) sorted by relevance
111 struct async_out_future : ::boost::process::detail::windows::handler_base_ext, struct115 std::shared_ptr<boost::process::async_pipe> pipe;116 std::shared_ptr<std::promise<Type>> promise = std::make_shared<std::promise<Type>>();117 std::shared_ptr<boost::asio::streambuf> buffer = std::make_shared<boost::asio::streambuf>();119 ::boost::winapi::HANDLE_ get_used_handles() const in get_used_handles()125 async_out_future(std::future<Type> & fut) in async_out_future() argument130 inline void on_success(Executor&) in on_success()167 void on_error(Executor &, const std::error_code &) const in on_error()173 void on_setup(WindowsExecutor &exec) in on_setup()
115 struct async_out_future : ::boost::process::detail::posix::handler_base_ext, struct118 std::shared_ptr<std::promise<Type>> promise = std::make_shared<std::promise<Type>>();120 std::shared_ptr<boost::asio::streambuf> buffer = std::make_shared<boost::asio::streambuf>();122 std::shared_ptr<boost::process::async_pipe> pipe;124 async_out_future(std::future<Type> & fut) in async_out_future() function129 inline void on_success(Executor &) in on_success()162 void on_error(Executor &, const std::error_code &) const in on_error()168 void on_setup(Executor & exec) in on_setup()174 void on_exec_setup(Executor &exec) in on_exec_setup()