Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct require_io_service

boost::process::extend::require_io_service

Synopsis

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


struct require_io_service {
};

Description

Inheriting the class will tell the launching process that an io_service is needed. This should always be used when get_io_service is used.


PrevUpHomeNext