Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition async_pipe

async_pipe

Synopsis

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


typedef pipe async_pipe;

Description

Stream behavior to redirect streams with a pipe which supports asynchronous I/O.

As platforms require different types of pipes for asynchronous I/O this stream behavior is provided for convenience. It uses the minimum required pipe type on a platform in order to be able to use asynchronous I/O.


PrevUpHomeNext