Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct async_wait_op_

boost::process::v2::basic_process::async_wait_op_

Synopsis

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



struct async_wait_op_ {

  // public member functions
  template<typename Self>  ();
  template<typename Self> 
     (, , );

  // public data members
  basic_process_handle<  handle;
   res;
};

Description

async_wait_op_ public member functions

  1. template<typename Self>  ( self);
  2. template<typename Self> 
       ( self,  ec,  code);

PrevUpHomeNext