Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition status

status

Synopsis

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


typedef unspecified status;

Description

The status class to wait for processes to exit.

The status class is a Boost.Asio I/O object and supports synchronous and asynchronous wait operations.


PrevUpHomeNext