Searched defs:async_pipe_out (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/process/detail/windows/ |
D | pipe_out.hpp | 95 struct async_pipe_out : public pipe_out<p1, p2> struct 97 async_pipe &pipe; 99 async_pipe_out(AsyncPipe & p) : pipe_out<p1, p2>(p.native_sink()), pipe(p) in async_pipe_out() function 104 static void close(Pipe & pipe, Executor &) in close() 111 void on_error(Executor & exec, const std::error_code &) in on_error() 117 void on_success(Executor &exec) in on_success()
|
/third_party/boost/boost/process/detail/posix/ |
D | pipe_out.hpp | 89 struct async_pipe_out : public pipe_out<p1, p2> struct 91 async_pipe &pipe; 93 async_pipe_out(AsyncPipe & p) : pipe_out<p1, p2>(p.native_sink(), p.native_source()), pipe(p) in async_pipe_out() argument 98 static void close(Pipe & pipe, Executor &) in close() 105 void on_error(Executor & exec, const std::error_code &) in on_error() 111 void on_success(Executor &exec) in on_success()
|