Searched defs:async_out_buffer (Results 1 – 2 of 2) sorted by relevance
49 struct async_out_buffer : ::boost::process::detail::posix::handler_base_ext, struct53 Buffer & buf;55 std::shared_ptr<boost::process::async_pipe> pipe;57 std::array<int, 4> get_used_handles() in get_used_handles()69 async_out_buffer(Buffer & buf) : buf(buf) in async_out_buffer() argument74 inline void on_success(Executor &exec) in on_success()85 void on_error(Executor &, const std::error_code &) const in on_error()91 void on_setup(Executor & exec) in on_setup()98 void on_exec_setup(Executor &exec) in on_exec_setup()
70 struct async_out_buffer : ::boost::process::detail::windows::handler_base_ext, struct73 Buffer & buf;75 std::shared_ptr<boost::process::async_pipe> pipe;78 async_out_buffer(Buffer & buf) : buf(buf) in async_out_buffer() argument82 inline void on_success(Executor&) in on_success()93 void on_error(Executor &, const std::error_code &) const in on_error()99 void on_setup(WindowsExecutor &exec) in on_setup()