Home | Libraries | People | FAQ | More |
async_pipe
// In header: <boost/process/stream_behavior.hpp> typedef pipe async_pipe;
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.