PrevUpHomeNext

Type definition pipe_end

pipe_end

Synopsis

// In header: <boost/process/mitigate.hpp>


typedef boost_asio_type pipe_end;

Description

Type definition for the end of a pipe.

On Windows the type is based on boost::asio::windows::stream_handle. On POSIX it is based on boost::asio::posix::stream_descriptor.

You can use this type definition for asynchronous I/O with streams of child processes.


PrevUpHomeNext