|  | Home | Libraries | People | FAQ | More | 
Connect two pipe ends using an anonymous pipe.
template<
    typename Executor1,
    typename Executor2>
void connect_pipe(
    basic_readable_pipe< Executor1 > & read_end,
    basic_writable_pipe< Executor2 > & write_end);
The read end of the pipe.
The write end of the pipe.
Thrown on failure.